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 | ??n~ | 00111111001111110110111001111110 | 3f3f6e7e |
SJIS-WIN | 鶯痔n~ | 111010011111001010001110101001000110111001111110 | e9f28ea46e7e |
EUC-JP | 鶯痔n~ | 111100101111010010111100101001100110111001111110 | f2f4bca66e7e |
UTF-8 | 鶯痔n~ | 1110100110110110101011111110011110010111100101000110111001111110 | e9b6afe797946e7e |
UHC | 鶯痔n~ | 111001011010001111110110110000000110111001111110 | e5a3f6c06e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)