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 | 寃?Ⅰ | 1001101110000011001111111000011101010100 | 9b833f8754 |
EUC-JP | 寃?? | 11010101111000110011111100111111 | d5e33f3f |
UTF-8 | 寃뀐Ⅰ | 111001011010111110000011111010111000000010010000111000101000010110100000 | e5af83eb8090e285a0 |
UHC | 寃뀐Ⅰ | 111010101011001010110010111011111010010110110000 | eab2b2efa5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)