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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 飮ε?~ | 100111110101101010000011110000110011111101111110 | 9f5a83c33f7e |
EUC-JP | 飮ε?~ | 110111011011101110100110110001010011111101111110 | ddbba6c53f7e |
UTF-8 | 飮ε쫿~ | 111010011010001110101110110011101011010111101100101010111011111101111110 | e9a3aeceb5ecabbf7e |
UHC | 飮ε쫿~ | 11101011111001101010010111100101101001101001011001111110 | ebe6a5e5a6967e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)