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 | 螟ア謔牙濤 | 111001011010010010110001111001101000001010001001111001011001111110110111 | e5a4b1e68289e59fb7 |
EUC-JP | 螟ア謔牙濤 | 11101010101001101000111010110001111010111110001010110010111001111101111010111001 | eaa68eb1ebe2b2e7deb9 |
UTF-8 | 螟ア謔牙濤 | 111010001001111010011111111011111011110110110001111010001010110010010100111001111000100110011001111001101011111110100100 | e89e9fefbdb1e8ac94e78999e6bfa4 |
UHC | 螟?謔牙濤 | 110110011010110100111111111110011100110011100100101100111101010010100110 | d9ad3ff9cce4b3d4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)