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 | 1000101111000110100010111100011001000010 | 8bc68bc642 |
EUC-JP | 業業B | 1011011011001000101101101100100001000010 | b6c8b6c842 |
UTF-8 | 業業B | 11100110101001011010110111100110101001011010110101000010 | e6a5ade6a5ad42 |
UHC | 業業B | 1110010111110110111001011111011001000010 | e5f6e5f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)