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 | PH®G | 1001001001010000100100100100100010010001101011101001001001000111 | 9250924891ae9247 |
SJIS-WIN | ?P?H???G | 0011111101010000001111110100100000111111001111110011111101000111 | 3f503f483f3f3f47 |
EUC-JP | ?P?H?®?G | 00111111010100000011111101001000001111111000111110100010111011100011111101000111 | 3f503f483f8fa2ee3f47 |
UTF-8 | PH®G | 11000010100100100101000011000010100100100100100011000010100100011100001010101110110000101001001001000111 | c29250c29248c291c2aec29247 |
UHC | ?P?H?®?G | 001111110101000000111111010010000011111110100010111001110011111101000111 | 3f503f483fa2e73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)