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 | 瘟?絮 | 1110000110001001001111111110001101010000 | e1893fe350 |
EUC-JP | 瘟?絮 | 1110000111101001001111111110010110110001 | e1e93fe5b1 |
UTF-8 | 瘟드絮 | 111001111001100010011111111010111001001110011100111001111011010110101110 | e7989feb939ce7b5ae |
UHC | 瘟드絮 | 111010001011000010110101111001011101111111111100 | e8b0b5e5dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)