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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 珈怐眄P | 11100000110110111001110010000001111000011011111001010000 | e0db9c81e1be50 |
EUC-JP | 珈怐眄P | 11100000110111011101011111100001111000101100000001010000 | e0ddd7e1e2c050 |
UTF-8 | 珈怐眄P | 11100111100011111000100011100110100000001001000011100111100111001000010001010000 | e78f88e68090e79c8450 |
UHC | ??眄P | 0011111100111111110110001111100001010000 | 3f3fd8f850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)