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 | 罐∴鎧 | 111000111010001110000001100010001000101001011010 | e3a381888a5a |
EUC-JP | 罐∴鎧 | 111001101010010110100001111010001011001110111011 | e6a5a1e8b3bb |
UTF-8 | 罐∴鎧 | 111001111011110110010000111000101000100010110100111010011000111010100111 | e7bd90e288b4e98ea7 |
UHC | 罐∴鎧 | 110011101011100010100001110001011100101111010001 | ceb8a1c5cbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)