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 | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | 鶻灌N | 1110101001010010100111111111001101001110 | ea529ff34e |
EUC-JP | 鶻灌N | 1111001110110011110111101111010101001110 | f3b3def54e |
UTF-8 | 鶻灌N | 11101001101101101011101111100111100000011000110001001110 | e9b6bbe7818c4e |
UHC | ?灌N | 00111111110011101011010001001110 | 3fceb44e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)