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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???野? | 001111110011111100111111100101101110110000111111 | 3f3f3f96ec3f |
EUC-JP | 饔??野? | 1000111111101000111011110011111100111111110011001110111000111111 | 8fe8ef3f3fccee3f |
UTF-8 | 饔€쳛野먪 | 111010011010010110010100111000101000001010101100111011001011001110011011111010011000011110001110111010111010100010101010 | e9a594e282acecb39be9878eeba8aa |
UHC | 饔€쳛野먪 | 11101000101111011010001011100110101010111000000111100101101011111001000011100111 | e8bda2e6ab81e5af90e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)