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 | 驗片、 | 1110100110000100100101011101000010100100 | e98495d0a4 |
EUC-JP | 驗片、 | 111100011110010011001010110100101000111010100100 | f1e4cad28ea4 |
UTF-8 | 驗片、 | 111010011010100110010111111001111000100110000111111011111011110110100100 | e9a997e78987efbda4 |
UHC | 驗片? | 1111101011010000111110001011100000111111 | fad0f8b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)