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 | 尅抃獨^ | 10011011100100011001110101010110111000001101010101011110 | 9b919d56e0d55e |
EUC-JP | 尅抃獨^ | 11010101111100011101100110110111111000001101011101011110 | d5f1d9b7e0d75e |
UTF-8 | 尅抃獨^ | 11100101101100001000010111100110100010101000001111100111100011011010100001011110 | e5b085e68a83e78da85e |
UHC | ??獨^ | 0011111100111111110101001011110001011110 | 3f3fd4bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)