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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 邵曖F | 1110011110111000100111100100001001000110 | e7b89e4246 |
EUC-JP | 邵曖F | 1110111010111010110110111010001101000110 | eebadba346 |
UTF-8 | 邵曖F | 11101001100000101011010111100110100110111001011001000110 | e982b5e69b9646 |
UHC | 邵曖F | 1110000111010000111001001111001001000110 | e1d0e4f246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)