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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛻キ證 | 1110010110001000101101111110011010011010 | e588b7e69a |
EUC-JP | 蛻キ證 | 111010011110100010001110101101111110101111111010 | e9e88eb7ebfa |
UTF-8 | 蛻キ證 | 111010001001101110111011111011111011110110110111111010001010110110001001 | e89bbbefbdb7e8ad89 |
UHC | ??證 | 00111111001111111111000111111011 | 3f3ff1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)