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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ε? | 00111111001111110011111100111111100000111100001100111111 | 3f3f3f3f83c33f |
EUC-JP | ???旿ε? | 001111110011111100111111100011111100000111110100101001101100010100111111 | 3f3f3f8fc1f4a6c53f |
UTF-8 | 樂됵쉼旿ε츣 | 1110111110100110101111111110101110010000101101011110110010001001101111001110011010010111101111111100111010110101111011001011100010100011 | efa6bfeb90b5ec89bce697bfceb5ecb8a3 |
UHC | 樂됵쉼旿ε츣 | 111010001111100110001001111011111011110110110000111001111111101010100101111001011010111010011010 | e8f989efbdb0e7faa5e5ae9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)