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 | 爵酌渉 | 100011101101110110001110110111101000111111000010 | 8edd8ede8fc2 |
EUC-JP | 爵酌渉 | 101111001101111110111100111000001011111011000100 | bcdfbce0bec4 |
UTF-8 | 爵酌渉 | 111001111000100010110101111010011000010110001100111001101011100010001001 | e788b5e9858ce6b889 |
UHC | 爵酌? | 1110110111001001111011011100110000111111 | edc9edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)