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 | 楡〓?^ | 100111101011111010000001101011000011111101011110 | 9ebe81ac3f5e |
EUC-JP | 楡〓?^ | 110111001100000010100010101011100011111101011110 | dcc0a2ae3f5e |
UTF-8 | 楡〓슒^ | 11100110101001011010000111100011100000001001001111101100100010101001001001011110 | e6a5a1e38093ec8a925e |
UHC | 楡〓슒^ | 11101010111110001010000111101011100110101010000101011110 | eaf8a1eb9aa15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)