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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蒻?蒻?B | 11100100111010000011111111100100111010000011111101000010 | e4e83fe4e83f42 |
EUC-JP | 蒻?蒻?B | 11101000111010100011111111101000111010100011111101000010 | e8ea3fe8ea3f42 |
UTF-8 | 蒻퍮蒻퍮B | 11101000100100101011101111101101100011011010111011101000100100101011101111101101100011011010111001000010 | e892bbed8daee892bbed8dae42 |
UHC | 蒻퍮蒻퍮B | 111001011011011010111100010001011110010110110110101111000100010101000010 | e5b6bc45e5b6bc4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)