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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 眸牾P | 1110000111000110111000001011000101010000 | e1c6e0b150 |
EUC-JP | 眸牾P | 1110001011001000111000001011001101010000 | e2c8e0b350 |
UTF-8 | 眸牾P | 11100111100111001011100011100111100010011011111001010000 | e79cb8e789be50 |
UHC | 眸?P | 11011001110000100011111101010000 | d9c23f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)