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 | 題?奚蛟? | 1001000111101000001111111001101011110110111001011000000000111111 | 91e83f9af6e5803f |
EUC-JP | 題?奚蛟? | 1100001011101010001111111101010011111000111010011110000000111111 | c2ea3fd4f8e9e03f |
UTF-8 | 題렯奚蛟렰 | 111010011010000110001100111010111010000010101111111001011010010110011010111010001001101110011111111010111010000010110000 | e9a18ceba0afe5a59ae89b9feba0b0 |
UHC | 題렯奚蛟렰 | 11110000101110011000111010111100111110101010100011001110111100011000111010111101 | f0b98ebcfaa8cef18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)