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 | 螟「貊セ | 111001011010010010100010111001101011101110111110 | e5a4a2e6bbbe |
EUC-JP | 螟「貊セ | 1110101010100110100011101010001011101100101111011000111010111110 | eaa68ea2ecbd8ebe |
UTF-8 | 螟「貊セ | 111010001001111010011111111011111011110110100010111010001011001010001010111011111011110110111110 | e89e9fefbda2e8b28aefbdbe |
UHC | 螟?貊? | 110110011010110100111111110110001110011100111111 | d9ad3fd8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)