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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 捨蠑BF | 100011101100110011100101101111000100001001000110 | 8ecce5bc4246 |
EUC-JP | 捨蠑BF | 101111001100111011101010101111100100001001000110 | bcceeabe4246 |
UTF-8 | 捨蠑BF | 1110011010001101101010001110100010100000100100010100001001000110 | e68da8e8a0914246 |
UHC | 捨?BF | 1101111011010111001111110100001001000110 | ded73f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)