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 | 11100100101001000110111011100100101001000110111001000010 | e4a46ee4a46e42 |
EUC-JP | 荀n荀nB | 11101000101001100110111011101000101001100110111001000010 | e8a66ee8a66e42 |
UTF-8 | 荀n荀nB | 111010001000110110000000011011101110100010001101100000000110111001000010 | e88d806ee88d806e42 |
UHC | 荀n荀nB | 11100010111100000110111011100010111100000110111001000010 | e2f06ee2f06e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)