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 | ????ε | 001111110011111100111111001111111000001111000011 | 3f3f3f3f83c3 |
EUC-JP | ???旿ε | 0011111100111111001111111000111111000001111101001010011011000101 | 3f3f3f8fc1f4a6c5 |
UTF-8 | 樂됵쉼旿ε | 1110111110100110101111111110101110010000101101011110110010001001101111001110011010010111101111111100111010110101 | efa6bfeb90b5ec89bce697bfceb5 |
UHC | 樂됵쉼旿ε | 11101000111110011000100111101111101111011011000011100111111110101010010111100101 | e8f989efbdb0e7faa5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)