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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繹朱Η | 111000111000100010001110111010011000001110100101 | e3888ee983a5 |
EUC-JP | 繹朱Η | 111001011110100010111100111010111010011010100111 | e5e8bceba6a7 |
UTF-8 | 繹朱Η | 1110011110111001101110011110011010011100101100011100111010010111 | e7b9b9e69cb1ce97 |
UHC | 繹朱Η | 111001101011101011110001101110011010010111000111 | e6baf1b9a5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)