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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跂ヨ燦蓍 | 1110011011100011100000111000100010001110010101111110010011100111 | e6e383888e57e4e7 |
EUC-JP | 跂ヨ燦蓍 | 1110110011100101101001011110100010111011101110001110100011101001 | ece5a5e8bbb8e8e9 |
UTF-8 | 跂ヨ燦蓍 | 111010001011011110000010111000111000001110101000111001111000011110100110111010001001001110001101 | e8b782e383a8e787a6e8938d |
UHC | ?ヨ燦蓍 | 00111111101010111110100011110011101111101110001111001001 | 3fabe8f3bee3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)