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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雅厓雪 | 100010011110101111111010100011011001000011100001 | 89ebfa8d90e1 |
EUC-JP | 雅厓雪 | 10110010111011011000111110110100110001111100000011100011 | b2ed8fb4c7c0e3 |
UTF-8 | 雅厓雪 | 111010011001101110000101111001011000111010010011111010011001101110101010 | e99b85e58e93e99baa |
UHC | 雅厓雪 | 111001001011101011100100111011011110000011100100 | e4bae4ede0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)