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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 壕斛G | 1000110110001000100111011100110101000111 | 8d889dcd47 |
EUC-JP | 壕斛G | 1011100111101000110110101100111101000111 | b9e8dacf47 |
UTF-8 | 壕斛G | 11100101101000111001010111100110100101101001101101000111 | e5a395e6969b47 |
UHC | 壕斛G | 1111101110111101110011011101011101000111 | fbbdcdd747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)