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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 莵莵B | 1110010010110111111001001011011101000010 | e4b7e4b742 |
EUC-JP | 莵莵B | 1110100010111001111010001011100101000010 | e8b9e8b942 |
UTF-8 | 莵莵B | 11101000100011101011010111101000100011101011010101000010 | e88eb5e88eb542 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)