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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淫儡?? | 100010001111101010011001010100110011111100111111 | 88fa99533f3f |
EUC-JP | 淫儡?? | 101100001111110011010001101101000011111100111111 | b0fcd1b43f3f |
UTF-8 | 淫儡렗렰 | 111001101011011110101011111001011000010010100001111010111010000010010111111010111010000010110000 | e6b7abe584a1eba097eba0b0 |
UHC | 淫儡렗렰 | 1110101111100010110101101110110110001110101011001000111010111101 | ebe2d6ed8eac8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)