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^ | 100100111111000000111111001111110110010101011110 | 93f03f3f655e |
EUC-JP | 汝??e^ | 110001101111001000111111001111110110010101011110 | c6f23f3f655e |
UTF-8 | 汝낆젗e^ | 1110011010110001100111011110101110000010100001101110110010100000100101110110010101011110 | e6b19deb8286eca097655e |
UHC | 汝낆젗e^ | 1110011010100011100001011110110010100000100100110110010101011110 | e6a385eca093655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)