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 | æ·±ÕE | 1110011010110111101100011101010101000101 | e6b7b1d545 |
SJIS-WIN | ??±?E | 001111110011111110000001011111010011111101000101 | 3f3f817d3f45 |
EUC-JP | æ?±ÕE | 10001111101010011100000100111111101000011101111010001111101010101101100001000101 | 8fa9c13fa1de8faad845 |
UTF-8 | æ·±ÕE | 110000111010011011000010101101111100001010110001110000111001010101000101 | c3a6c2b7c2b1c39545 |
UHC | æ·±?E | 1010100110100001101000011010010010100001101111100011111101000101 | a9a1a1a4a1be3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)