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 | 訟β?^ | 100011111101011110000011110000000011111101011110 | 8fd783c03f5e |
EUC-JP | 訟β?^ | 101111101101100110100110110000100011111101011110 | bed9a6c23f5e |
UTF-8 | 訟β뒫^ | 111010001010100010011111110011101011001011101011100100101010101101011110 | e8a89fceb2eb92ab5e |
UHC | 訟β뒫^ | 11100001111010001010010111100010100010101010010101011110 | e1e8a5e28aa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)