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 | 仙晳晟 | 100100001110010111111010110110011001110111101110 | 90e5fad99dee |
EUC-JP | 仙晳晟 | 11000000111001111000111111000010110001001101101011110000 | c0e78fc2c4daf0 |
UTF-8 | 仙晳晟 | 111001001011101110011001111001101001100110110011111001101001100110011111 | e4bb99e699b3e6999f |
UHC | 仙晳晟 | 111000001011100111100000101011111110000011111001 | e0b9e0afe0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)