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 | ê±Îê | 11101010101100011100111011101010 | eab1ceea |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ê±Îê | 1000111110101011101101001010000111011110100011111010101011000010100011111010101110110100 | 8fabb4a1de8faac28fabb4 |
UTF-8 | ê±Îê | 1100001110101010110000101011000111000011100011101100001110101010 | c3aac2b1c38ec3aa |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)