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 | PG | 100101110101000010000010100010111000010001000111 | 9750828b8447 |
SJIS-WIN | ?P???G | 001111110101000000111111001111110011111101000111 | 3f503f3f3f47 |
EUC-JP | ?P???G | 001111110101000000111111001111110011111101000111 | 3f503f3f3f47 |
UTF-8 | PG | 11000010100101110101000011000010100000101100001010001011110000101000010001000111 | c29750c282c28bc28447 |
UHC | ?P???G | 001111110101000000111111001111110011111101000111 | 3f503f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)