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 | 11100001101000000110111011100001101000000110111001000010 | e1a06ee1a06e42 |
EUC-JP | 癶n癶nB | 11100010101000100110111011100010101000100110111001000010 | e2a26ee2a26e42 |
UTF-8 | 癶n癶nB | 111001111001100110110110011011101110011110011001101101100110111001000010 | e799b66ee799b66e42 |
UHC | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)