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 | 魑カ竊川頂 | 111010011011001110110110111000101000011010010000111011001001001010111000 | e9b3b6e28690ec92b8 |
EUC-JP | 魑カ竊川頂 | 11110010101101011000111010110110111000111110011011000000111011101100010010111010 | f2b58eb6e3e6c0eec4ba |
UTF-8 | 魑カ竊川頂 | 111010011010110110010001111011111011110110110110111001111010101110001010111001011011011110011101111010011010000010000010 | e9ad91efbdb6e7ab8ae5b79de9a082 |
UHC | ??竊川頂 | 0011111100111111111011111011110011110100101110011111000010100010 | 3f3fefbcf4b9f0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)