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 | 赤g? | 1001000011010100100000101000011100111111 | 90d482873f |
EUC-JP | 赤g? | 1100000011010110101000111110011100111111 | c0d6a3e73f |
UTF-8 | 赤g☎ | 111010001011010110100100111011111011110110000111111000101001100010001110 | e8b5a4efbd87e2988e |
UHC | 赤g☎ | 111011101110010110100011111001111010001011001111 | eee5a3e7a2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)