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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 懿??Q] | 100111001111001000111111001111110101000101011101 | 9cf23f3f515d |
EUC-JP | 懿??Q] | 110110001111010000111111001111110101000101011101 | d8f43f3f515d |
UTF-8 | 懿덆죳Q] | 1110011010000111101111111110101110001101100001101110110010100011101100110101000101011101 | e687bfeb8d86eca3b3515d |
UHC | 懿덆죳Q] | 1110101111110011100010001110100110100001100011100101000101011101 | ebf388e9a18e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)