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?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 當E當EB | 11100001011000110100010111100001011000110100010101000010 | e16345e1634542 |
EUC-JP | 當E當EB | 11100001110001000100010111100001110001000100010101000010 | e1c445e1c44542 |
UTF-8 | 當E當EB | 111001111001010110110110010001011110011110010101101101100100010101000010 | e795b645e795b64542 |
UHC | 當E當EB | 11010011110101110100010111010011110101110100010101000010 | d3d745d3d74542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)