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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邀溽険B | 11100111101100011001111111100111100011001010111101000010 | e7b19fe78caf42 |
EUC-JP | 邀溽険B | 11101110101100111101111011101001101110001011000101000010 | eeb3dee9b8b142 |
UTF-8 | 邀溽険B | 11101001100000101000000011100110101110101011110111101001100110011011101001000010 | e98280e6babde999ba42 |
UHC | 邀??B | 1110100110101101001111110011111101000010 | e9ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)