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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 衣絲? | 1000100011011111111000110100111000111111 | 88dfe34e3f |
EUC-JP | 衣絲? | 1011000011100001111001011010111100111111 | b0e1e5af3f |
UTF-8 | 衣絲렣 | 111010001010000110100011111001111011010110110010111010111010000010100011 | e8a1a3e7b5b2eba0a3 |
UHC | 衣絲렣 | 111010111111110111011110111010101000111010110100 | ebfddeea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)