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 | 1101100110101111111001001100111101010000 | d9afe4cf50 |
EUC-JP | ルッ蔆P | 10001110110110011000111010101111111010001101000101010000 | 8ed98eafe8d150 |
UTF-8 | ルッ蔆P | 11101111101111101001100111101111101111011010111111101000100101001000011001010000 | efbe99efbdafe8948650 |
UHC | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)