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 | 蔔璋籖 | 111001001111011111100000111101101110001011011101 | e4f7e0f6e2dd |
EUC-JP | 蔔璋籖 | 111010001111100111100000111110001110010011011111 | e8f9e0f8e4df |
UTF-8 | 蔔璋籖 | 111010001001010010010100111001111001001010001011111001111011000110010110 | e89494e7928be7b196 |
UHC | 蔔璋? | 1101110011011011111011011111000000111111 | dcdbedf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)