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 | 吠瘟 | 10010110011010011110000110001001 | 9669e189 |
EUC-JP | 吠瘟 | 11001011110010101110000111101001 | cbcae1e9 |
UTF-8 | 吠瘟 | 111001011001000010100000111001111001100010011111 | e590a0e7989f |
UHC | 吠瘟 | 11111000110001011110100010110000 | f8c5e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)