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 | 雕育坩 | 111010001011100010001000111001111001101010101110 | e8b888e79aae |
EUC-JP | 雕育坩 | 111100001011101010110000111010011101010010110000 | f0bab0e9d4b0 |
UTF-8 | 雕育坩 | 111010011001101110010101111010001000001010110010111001011001110110101001 | e99b95e882b2e59da9 |
UHC | 雕育? | 1111000011100111111010111100000000111111 | f0e7ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)