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 | ò¶±Ù | 11110010101101101011000111011001 | f2b6b1d9 |
SJIS-WIN | ?¶±? | 001111111000000111110111100000010111110100111111 | 3f81f7817d3f |
EUC-JP | ò¶±Ù | 10001111101010111101001010100010111110011010000111011110100011111010101011100011 | 8fabd2a2f9a1de8faae3 |
UTF-8 | ò¶±Ù | 1100001110110010110000101011011011000010101100011100001110011001 | c3b2c2b6c2b1c399 |
UHC | ?¶±? | 001111111010001011010010101000011011111000111111 | 3fa2d2a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)