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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????一? | 00111111001111110011111100111111100010001110101000111111 | 3f3f3f3f88ea3f |
EUC-JP | ????一? | 00111111001111110011111100111111101100001110110000111111 | 3f3f3f3fb0ec3f |
UTF-8 | 얍롛렯렲一렯 | 111011001001011010001101111010111010000110011011111010111010000010101111111010111010000010110010111001001011100010000000111010111010000010101111 | ec968deba19beba0afeba0b2e4b880eba0af |
UHC | 얍롛렯렲一렯 | 101111101110010110001110110111111000111010111100100011101011111111101100111010011000111010111100 | bee58edf8ebc8ebfece98ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)