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 | 穩??松ゅ | 1110001001110010001111110011111110001111101111001000001011100011 | e2723f3f8fbc82e3 |
EUC-JP | 穩??松ゅ | 1110001111010011001111110011111110111110101111101010010011100101 | e3d33f3fbebea4e5 |
UTF-8 | 穩롦솮松ゅ | 111001111010100110101001111010111010000110100110111011001000011010101110111001101001110110111110111000111000001010000101 | e7a9a9eba1a6ec86aee69dbee38285 |
UHC | 穩롦솮松ゅ | 11101000101100011000111011100110100110011010010011100001111001101010101011100101 | e8b18ee699a4e1e6aae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)