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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鼇??鼇??^ | 111010101000011100111111001111111110101010000111001111110011111101011110 | ea873f3fea873f3f5e |
EUC-JP | 鼇??鼇??^ | 111100111110011100111111001111111111001111100111001111110011111101011110 | f3e73f3ff3e73f3f5e |
UTF-8 | 鼇숨내鼇숨내^ | 11101001101111001000011111101100100010001010100011101011100000101011010011101001101111001000011111101100100010001010100011101011100000101011010001011110 | e9bc87ec88a8eb82b4e9bc87ec88a8eb82b45e |
UHC | 鼇숨내鼇숨내^ | 11101000101010001011110011111011101100111011101111101000101010001011110011111011101100111011101101011110 | e8a8bcfbb3bbe8a8bcfbb3bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)