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 | 種?贈 | 1000111011101101001111111001000110100001 | 8eed3f91a1 |
EUC-JP | 種?贈 | 1011110011101111001111111100001010100011 | bcef3fc2a3 |
UTF-8 | 種렫贈 | 111001111010100010101110111010111010000010101011111010001011010010001000 | e7a8aeeba0abe8b488 |
UHC | 種렫贈 | 111100001111101010001110101110011111000111111100 | f0fa8eb9f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)