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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 盒硝メ@ | 111000011011010010001111110010011101001001000000 | e1b48fc9d240 |
EUC-JP | 盒硝メ@ | 11100010101101101011111011001011100011101101001001000000 | e2b6becb8ed240 |
UTF-8 | 盒硝メ@ | 11100111100110111001001011100111101000011001110111101111101111101001001001000000 | e79b92e7a19defbe9240 |
UHC | 盒硝?@ | 111110011110110011110101101001100011111101000000 | f9ecf5a63f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)