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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 嵬??@B | 100110111100101000111111001111110100000001000010 | 9bca3f3f4042 |
EUC-JP | 嵬??@B | 110101101100110000111111001111110100000001000010 | d6cc3f3f4042 |
UTF-8 | 嵬딅젦@B | 1110010110110101101011001110101110010100100001011110110010100000101001100100000001000010 | e5b5aceb9485eca0a64042 |
UHC | 嵬딅젦@B | 1110100011100011100010101110101110100000100111100100000001000010 | e8e38aeba09e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)