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 | ÂDÂwÂD | 110000101001000101000100110000101000111101110111110000101001000101000100 | c29144c28f77c29144 |
SJIS-WIN | ??D??w??D | 001111110011111101000100001111110011111101110111001111110011111101000100 | 3f3f443f3f773f3f44 |
EUC-JP | Â?DÂ?wÂ?D | 100011111010101010100100001111110100010010001111101010101010010000111111011101111000111110101010101001000011111101000100 | 8faaa43f448faaa43f778faaa43f44 |
UTF-8 | ÂDÂwÂD | 110000111000001011000010100100010100010011000011100000101100001010001111011101111100001110000010110000101001000101000100 | c382c29144c382c28f77c382c29144 |
UHC | ??D??w??D | 001111110011111101000100001111110011111101110111001111110011111101000100 | 3f3f443f3f773f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)