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 | 楔跣?@ | 100111101011011011100110111011110011111101000000 | 9eb6e6ef3f40 |
EUC-JP | 楔跣?@ | 110111001011100011101100111100010011111101000000 | dcb8ecf13f40 |
UTF-8 | 楔跣蟬@ | 11100110101001011001010011101000101101111010001111101000100111111010110001000000 | e6a594e8b7a3e89fac40 |
UHC | 楔跣蟬@ | 11100000110110111110000011010011111000001101000101000000 | e0dbe0d3e0d140 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)