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 | 10011010011101010100010110011010011101010100010101000010 | 9a75459a754542 |
EUC-JP | 嗽E嗽EB | 11010011110101100100010111010011110101100100010101000010 | d3d645d3d64542 |
UTF-8 | 嗽E嗽EB | 111001011001011110111101010001011110010110010111101111010100010101000010 | e597bd45e597bd4542 |
UHC | 嗽E嗽EB | 11100001111101010100010111100001111101010100010101000010 | e1f545e1f54542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)