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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 損蘚 | 10010001101110011110010101100100 | 91b9e564 |
EUC-JP | 損蘚 | 11000010101110111110100111000101 | c2bbe9c5 |
UTF-8 | 損蘚 | 111001101001000010001101111010001001100010011010 | e6908de8989a |
UHC | 損蘚 | 11100001110111111110000011010000 | e1dfe0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)