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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臣??? | 1001000001100010001111110011111100111111 | 90623f3f3f |
EUC-JP | 臣??? | 1011111111000011001111110011111100111111 | bfc33f3f3f |
UTF-8 | 臣귟륮亮 | 111010001000011110100011111010101011011110011111111010111010010110101110111011111010010110110111 | e887a3eab79feba5aeefa5b7 |
UHC | 臣귟륮亮 | 1110001111101101100000101110100010010000010011111110010110111001 | e3ed82e8904fe5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)