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 | 獏―薊 | 111000001101000110000001010111001110010101001000 | e0d1815ce548 |
EUC-JP | 獏―薊 | 111000001101001110100001101111011110100110101001 | e0d3a1bde9a9 |
UTF-8 | 獏―薊 | 111001111000110110001111111000101000000010010101111010001001011010001010 | e78d8fe28095e8968a |
UHC | ?―? | 00111111101000011010101000111111 | 3fa1aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)