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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 獨矣瞻^ | 11100000110101011110000111100001111000011101101101011110 | e0d5e1e1e1db5e |
EUC-JP | 獨矣瞻^ | 11100000110101111110001011100011111000101101110101011110 | e0d7e2e3e2dd5e |
UTF-8 | 獨矣瞻^ | 11100111100011011010100011100111100111111010001111100111100111101011101101011110 | e78da8e79fa3e79ebb5e |
UHC | 獨矣瞻^ | 11010100101111001110101111111000111101001101011101011110 | d4bcebf8f4d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)