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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???鎰?F | 00111111001111110011111111101000010011000011111101000110 | 3f3f3fe84c3f46 |
EUC-JP | ???鎰?F | 00111111001111110011111111101111101011010011111101000110 | 3f3f3fefad3f46 |
UTF-8 | 裂╉굝鎰뺹F | 11101111101001101010000011100010100101011000100111101010101101011001110111101001100011101011000011101011101110101011100101000110 | efa6a0e29589eab59de98eb0ebbab946 |
UHC | 裂╉굝鎰뺹F | 1110011011110001101001101110001110000010100001011110110011110000100101100100001001000110 | e6f1a6e38285ecf0964246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)