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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韜檎蕎韜 | 1110100011101001100011001110011110001011101111001110100011101001 | e8e98ce78bbce8e9 |
EUC-JP | 韜檎蕎韜 | 1111000011101011101110001110100110110110101111101111000011101011 | f0ebb8e9b6bef0eb |
UTF-8 | 韜檎蕎韜 | 111010011001111110011100111001101010101010001110111010001001010110001110111010011001111110011100 | e99f9ce6aa8ee8958ee99f9c |
UHC | 韜檎蕎韜 | 1101010010110111110100001101010111001110111100001101010010110111 | d4b7d0d5cef0d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)