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 | 罐′嘗 | 111000111010001110000001100011001000111110100110 | e3a3818c8fa6 |
EUC-JP | 罐′嘗 | 111001101010010110100001111011001011111010101000 | e6a5a1ecbea8 |
UTF-8 | 罐′嘗 | 111001111011110110010000111000101000000010110010111001011001100010010111 | e7bd90e280b2e59897 |
UHC | 罐′嘗 | 110011101011100010100001110001111101111111000100 | ceb8a1c7dfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)