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 | 矣筮事 | 111000011110000111100010101011001000111010010110 | e1e1e2ac8e96 |
EUC-JP | 矣筮事 | 111000101110001111100100101011101011101111110110 | e2e3e4aebbf6 |
UTF-8 | 矣筮事 | 111001111001111110100011111001111010110110101110111001001011101010001011 | e79fa3e7adaee4ba8b |
UHC | 矣筮事 | 111010111111100011011111111110111101111011000000 | ebf8dffbdec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)