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 | 1110010001101000100100100100111101000010 | e468924f42 |
EUC-JP | 臧丹B | 1110011111001001110000111011000001000010 | e7c9c3b042 |
UTF-8 | 臧丹B | 11101000100001111010011111100100101110001011100101000010 | e887a7e4b8b942 |
UHC | 臧丹B | 1110110111110101110100111010000101000010 | edf5d3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)