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 | 試刷試 | 100011101000111010001101111111001000111010001110 | 8e8e8dfc8e8e |
EUC-JP | 試刷試 | 101110111110111010111010111111101011101111101110 | bbeebafebbee |
UTF-8 | 試刷試 | 111010001010100110100110111001011000100010110111111010001010100110100110 | e8a9a6e588b7e8a9a6 |
UHC | 試刷試 | 111000111100101111100001111011001110001111001011 | e3cbe1ece3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)