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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 獗芍ケBF | 11100000110100111110010010001001101110010100001001000110 | e0d3e489b94246 |
EUC-JP | 獗芍ケBF | 1110000011010101111001111110100110001110101110010100001001000110 | e0d5e7e98eb94246 |
UTF-8 | 獗芍ケBF | 1110011110001101100101111110100010001010100011011110111110111101101110010100001001000110 | e78d97e88a8defbdb94246 |
UHC | 獗芍?BF | 11001111111100011110110111001011001111110100001001000110 | cff1edcb3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)