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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 眸牾x | 1110000111000110111000001011000101111000 | e1c6e0b178 |
EUC-JP | 眸牾x | 1110001011001000111000001011001101111000 | e2c8e0b378 |
UTF-8 | 眸牾x | 11100111100111001011100011100111100010011011111001111000 | e79cb8e789be78 |
UHC | 眸?x | 11011001110000100011111101111000 | d9c23f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)