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 | 鬣罷圓 | 111010011010010110010100111010111001101010100010 | e9a594eb9aa2 |
EUC-JP | 鬣罷圓 | 111100101010011111001000111011011101010010100100 | f2a7c8edd4a4 |
UTF-8 | 鬣罷圓 | 111010011010110010100011111001111011110110110111111001011001110010010011 | e9aca3e7bdb7e59c93 |
UHC | ?罷圓 | 0011111111110111111100111110101010101101 | 3ff7f3eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)