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 | 11100100101110000110111011100100101110000110111001000010 | e4b86ee4b86e42 |
EUC-JP | 荳n荳nB | 11101000101110100110111011101000101110100110111001000010 | e8ba6ee8ba6e42 |
UTF-8 | 荳n荳nB | 111010001000110110110011011011101110100010001101101100110110111001000010 | e88db36ee88db36e42 |
UHC | 荳n荳nB | 11010100111001010110111011010100111001010110111001000010 | d4e56ed4e56e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)