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 | 楮빱 | 111001101010010110101110111010111011100110110001 | e6a5aeebb9b1 |
SJIS-WIN | ?¥???± | 0011111110000001100011110011111100111111001111111000000101111101 | 3f818f3f3f3f817d |
EUC-JP | �� | 10001111101010011100000100111111100011111010001011101110100011111010101110110011001111111010000111011110 | 8fa9c13f8fa2ee8fabb33fa1de |
UTF-8 | 楮빱 | 110000111010011011000010101001011100001010101110110000111010101111000010101110011100001010110001 | c3a6c2a5c2aec3abc2b9c2b1 |
UHC | æ?®?¹± | 10101001101000010011111110100010111001110011111110101001111101101010000110111110 | a9a13fa2e73fa9f6a1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)