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 | 一?爭?? | 10001000111010100011111111100000101001010011111100111111 | 88ea3fe0a53f3f |
EUC-JP | 一?爭?塡 | 101100001110110000111111111000001010011100111111100011111011100010110100 | b0ec3fe0a73f8fb8b4 |
UTF-8 | 一렣爭렦塡 | 111001001011100010000000111010111010000010100011111001111000100010101101111010111010000010100110111001011010000110100001 | e4b880eba0a3e788adeba0a6e5a1a1 |
UHC | 一렣爭렦塡 | 11101100111010011000111010110100111011101011001110001110101101011110111011110011 | ece98eb4eeb38eb5eef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)