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 | 雕千柄 | 111010001011100010010000111001111001010110111111 | e8b890e795bf |
EUC-JP | 雕千柄 | 111100001011101011000000111010011100101011000001 | f0bac0e9cac1 |
UTF-8 | 雕千柄 | 111010011001101110010101111001011000110110000011111001101001111110000100 | e99b95e58d83e69f84 |
UHC | 雕千柄 | 111100001110011111110100101101101101110010110111 | f0e7f4b6dcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)