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 | ???詭葯 | 00111111001111110011111111100110011010111110010011011110 | 3f3f3fe66be4de |
EUC-JP | 旿??詭葯 | 100011111100000111110100001111110011111111101011110011001110100011100000 | 8fc1f43f3febcce8e0 |
UTF-8 | 旿덉쥉詭葯 | 111001101001011110111111111010111000110110001001111011001010010110001001111010001010100110101101111010001001000110101111 | e697bfeb8d89eca589e8a9ade891af |
UHC | 旿덉쥉詭葯 | 11100111111110101000100011101100101000101000001011001111111110001110010110110101 | e7fa88eca282cff8e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)