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 | ???Z?Q^ | 00111111001111110011111101011010001111110101000101011110 | 3f3f3f5a3f515e |
SJIS-WIN | ???Z?Q^ | 00111111001111110011111101011010001111110101000101011110 | 3f3f3f5a3f515e |
EUC-JP | ???Z?Q^ | 00111111001111110011111101011010001111110101000101011110 | 3f3f3f5a3f515e |
UTF-8 | 혞횠혥Z혬Q^ | 111011011001100010011110111011011001101010100000111011011001100010100101010110101110110110011000101011000101000101011110 | ed989eed9aa0ed98a55aed98ac515e |
UHC | 혞횠혥Z혬Q^ | 1100001010001000110000111001100011000010100011010101101011000010100101000101000101011110 | c288c398c28d5ac294515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)