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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 終?渟?v | 10001111010010010011111110011111110110010011111101110110 | 8f493f9fd93f76 |
EUC-JP | 終?渟?v | 10111101101010100011111111011110110110110011111101110110 | bdaa3fdedb3f76 |
UTF-8 | 終렕渟렭v | 11100111101101011000001011101011101000001001010111100110101110001001111111101011101000001010110101110110 | e7b582eba095e6b89feba0ad76 |
UHC | 終렕渟렭v | 111100001111101110001110101010101110111111100101100011101011101001110110 | f0fb8eaaefe58eba76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)