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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 膳?膳?^ | 10010001010101100011111110010001010101100011111101011110 | 91563f91563f5e |
EUC-JP | 膳?膳?^ | 11000001101101110011111111000001101101110011111101011110 | c1b73fc1b73f5e |
UTF-8 | 膳룄膳룄^ | 11101000100001101011001111101011101000111000010011101000100001101011001111101011101000111000010001011110 | e886b3eba384e886b3eba3845e |
UHC | 膳룄膳룄^ | 111000001100111010001111100001001110000011001110100011111000010001011110 | e0ce8f84e0ce8f845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)