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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 懿?D懿?D^ | 100111001111001000111111010001001001110011110010001111110100010001011110 | 9cf23f449cf23f445e |
EUC-JP | 懿?D懿?D^ | 110110001111010000111111010001001101100011110100001111110100010001011110 | d8f43f44d8f43f445e |
UTF-8 | 懿렱D懿렱D^ | 111001101000011110111111111010111010000010110001010001001110011010000111101111111110101110100000101100010100010001011110 | e687bfeba0b144e687bfeba0b1445e |
UHC | 懿렱D懿렱D^ | 1110101111110011100011101011111001000100111010111111001110001110101111100100010001011110 | ebf38ebe44ebf38ebe445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)