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 | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
SJIS-WIN | 迺ァnB | 1110011110010010101001110110111001000010 | e792a76e42 |
EUC-JP | 迺ァnB | 111011011111001010001110101001110110111001000010 | edf28ea76e42 |
UTF-8 | 迺ァnB | 1110100010111111101110101110111110111101101001110110111001000010 | e8bfbaefbda76e42 |
UHC | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)