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 | â±Ëù | 11100010101100011100101111111001 | e2b1cbf9 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | â±Ëù | 1000111110101011101001001010000111011110100011111010101010110011100011111010101111100011 | 8faba4a1de8faab38fabe3 |
UTF-8 | â±Ëù | 1100001110100010110000101011000111000011100010111100001110111001 | c3a2c2b1c38bc3b9 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)