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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讙雅擲 | 111001101010101010001001111010111001110110110001 | e6aa89eb9db1 |
EUC-JP | 讙雅擲 | 111011001010110010110010111011011101101010110011 | ecacb2eddab3 |
UTF-8 | 讙雅擲 | 111010001010111010011001111010011001101110000101111001101001001110110010 | e8ae99e99b85e693b2 |
UHC | ?雅擲 | 0011111111100100101110101111010010101101 | 3fe4baf4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)