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 | 11100100010100001000101110001111100011110100010001101000 | e4508b8f8f4468 |
EUC-JP | 膠居愁h | 11100111101100011011010111101111101111011010010101101000 | e7b1b5efbda568 |
UTF-8 | 膠居愁h | 11101000100001101010000011100101101100011000010111100110100001001000000101101000 | e886a0e5b185e6848168 |
UHC | 膠居愁h | 11001110111011111100101111011100111000011111111001101000 | ceefcbdce1fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)