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 | 至???蓚 | 10001110100010100011111100111111001111111110010011101001 | 8e8a3f3f3fe4e9 |
EUC-JP | 至???蓚 | 10111011111010100011111100111111001111111110100011101011 | bbea3f3f3fe8eb |
UTF-8 | 至렞롋랑蓚 | 111010001000011110110011111010111010000010011110111010111010000110001011111010111001111010010001111010001001001110011010 | e887b3eba09eeba18beb9e91e8939a |
UHC | 至렞롋랑蓚 | 11110010101110001000111010101111100011101101000110110110111110111110001010111110 | f2b88eaf8ed1b6fbe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)