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 | 悉七 | 1111100110100001100011101011101111110001111011101000111010110101 | f9a18ebbf1ee8eb5 |
EUC-JP | ?悉?七 | 001111111011110010111101001111111011110010110111 | 3fbcbd3fbcb7 |
UTF-8 | 悉七 | 111011101001101110111100111001101000001010001001111011101000010110101001111001001011100010000011 | ee9bbce68289ee85a9e4b883 |
UHC | ?悉?七 | 001111111110001111111010001111111111011011010010 | 3fe3fa3ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)