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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 碩箒 | 10010000110101111110001010110100 | 90d7e2b4 |
EUC-JP | 碩箒 | 11000000110110011110010010110110 | c0d9e4b6 |
UTF-8 | 碩箒 | 111001111010001010101001111001111010111010010010 | e7a2a9e7ae92 |
UHC | 碩? | 111000001011010100111111 | e0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)