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 | 驗社箋 | 111010011000010010001110110100001110001010110011 | e9848ed0e2b3 |
EUC-JP | 驗社箋 | 111100011110010010111100110100101110010010110101 | f1e4bcd2e4b5 |
UTF-8 | 驗社箋 | 111010011010100110010111111001111010010010111110111001111010111010001011 | e9a997e7a4bee7ae8b |
UHC | 驗社箋 | 111110101101000011011110111001001110111110101000 | fad0dee4efa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)