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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 壕斛E | 1000110110001000100111011100110101000101 | 8d889dcd45 |
EUC-JP | 壕斛E | 1011100111101000110110101100111101000101 | b9e8dacf45 |
UTF-8 | 壕斛E | 11100101101000111001010111100110100101101001101101000101 | e5a395e6969b45 |
UHC | 壕斛E | 1111101110111101110011011101011101000101 | fbbdcdd745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)