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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 陰??e^ | 100010010100000100111111001111110110010101011110 | 89413f3f655e |
EUC-JP | 陰??e^ | 101100011010001000111111001111110110010101011110 | b1a23f3f655e |
UTF-8 | 陰낆뀑e^ | 1110100110011001101100001110101110000010100001101110101110000000100100010110010101011110 | e999b0eb8286eb8091655e |
UHC | 陰낆뀑e^ | 1110101111100100100001011110110010000101100010110110010101011110 | ebe485ec858b655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)