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 | 畤珎珎^ | 11100001010111101110000011011101111000001101110101011110 | e15ee0dde0dd5e |
EUC-JP | 畤珎珎^ | 11100001101111111110000011011111111000001101111101011110 | e1bfe0dfe0df5e |
UTF-8 | 畤珎珎^ | 11100111100101011010010011100111100011111000111011100111100011111000111001011110 | e795a4e78f8ee78f8e5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)