To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿??節? | 10001000101000100011111100111111100100001101111100111111 | 88a23f3f90df3f |
EUC-JP | 阿??節? | 10110000101001000011111100111111110000001110000100111111 | b0a43f3fc0e13f |
UTF-8 | 阿녈룜節꼞 | 111010011001100010111111111010111000010110001000111010111010001110011100111001111010111110000000111010101011110010011110 | e998bfeb8588eba39ce7af80eabc9e |
UHC | 阿녈룜節꼞 | 11100100101110011011001111100011100011111001100011101111101111011000010001110101 | e4b9b3e38f98efbd8475 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)