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 | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
SJIS-WIN | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
EUC-JP | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
UTF-8 | 혲`혵혻혲`창횉^ | 111011011001100010110010011000001110110110011000101101011110110110011000101110111110110110011000101100100110000011101100101100001011110111101101100110101000100101011110 | ed98b260ed98b5ed98bbed98b260ecb0bded9a895e |
UHC | 혲`혵혻혲`창횉^ | 110000101001100101100000110000101001110011000010101000001100001010011001011000001100001110100010110000111000011101011110 | c29960c29cc2a0c29960c3a2c3875e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)