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?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 痰n痰nB | 11100001100000100110111011100001100000100110111001000010 | e1826ee1826e42 |
EUC-JP | 痰n痰nB | 11100001111000100110111011100001111000100110111001000010 | e1e26ee1e26e42 |
UTF-8 | 痰n痰nB | 111001111001011110110000011011101110011110010111101100000110111001000010 | e797b06ee797b06e42 |
UHC | 痰n痰nB | 11010011110000110110111011010011110000110110111001000010 | d3c36ed3c36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)