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 | 踝顔楞 | 111001101111010010001010111001111001111010111111 | e6f48ae79ebf |
EUC-JP | 踝顔楞 | 111011001111011010110100111010011101110011000001 | ecf6b4e9dcc1 |
UTF-8 | 踝顔楞 | 111010001011100010011101111010011010000110010100111001101010010110011110 | e8b89de9a194e6a59e |
UHC | ?顔楞 | 0011111111100100110101001101011111010001 | 3fe4d4d7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)