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??? | 001111110011111101111000001111110011111100111111 | 3f3f783f3f3f |
SJIS-WIN | ?譟x嶸耶讌 | 00111111111001101001111101111000111110101011010010010110111010111110011010100101 | 3fe69f78fab496ebe6a5 |
EUC-JP | 嶴譟x嶸耶讌 | 10001111101110111111001111101100101000010111100010001111101110111111010011001100111011011110110010100111 | 8fbbf3eca1788fbbf4ccedeca7 |
UTF-8 | 嶴譟x嶸耶讌 | 11100101101101101011010011101000101011011001111101111000111001011011011010111000111010001000000010110110111010001010111010001100 | e5b6b4e8ad9f78e5b6b8e880b6e8ae8c |
UHC | ??x嶸耶? | 0011111100111111011110001110011110101110111001011010110100111111 | 3f3f78e7aee5ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)