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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 裘駕董h | 11100101111000101000100111101101100100111001111101101000 | e5e289ed939f68 |
EUC-JP | 裘駕董h | 11101010111001001011001011101111110001101010000101101000 | eae4b2efc6a168 |
UTF-8 | 裘駕董h | 11101000101000111001100011101001101001111001010111101000100100011010001101101000 | e8a398e9a795e891a368 |
UHC | ?駕董h | 001111111100101010111101110101001101110101101000 | 3fcabdd4dd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)