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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 棕冪??G | 10011110101000011001100101110000001111110011111101000111 | 9ea199703f3f47 |
EUC-JP | 棕冪??G | 11011100101000111101000111010001001111110011111101000111 | dca3d1d13f3f47 |
UTF-8 | 棕冪렰렯G | 11100110101000111001010111100101100001101010101011101011101000001011000011101011101000001010111101000111 | e6a395e586aaeba0b0eba0af47 |
UHC | 棕冪렰렯G | 111100001111011111011000111100011000111010111101100011101011110001000111 | f0f7d8f18ebd8ebc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)