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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?泄 | 001111111001111110010101 | 3f9f95 |
EUC-JP | 堧泄 | 1000111110111000101010001101110111110101 | 8fb8a8ddf5 |
UTF-8 | 堧泄 | 111001011010000010100111111001101011001110000100 | e5a0a7e6b384 |
UHC | 堧泄 | 11100110110000001110000011011100 | e6c0e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)