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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 蜥、逵Е] | 1110010110010010101001001110011110011100100001000100010101011101 | e592a4e79c84455d |
EUC-JP | 蜥、逵Е] | 111010011111001010001110101001001110110111111100101001111010011001011101 | e9f28ea4edfca7a65d |
UTF-8 | 蜥、逵Е] | 111010001001110010100101111011111011110110100100111010011000000010110101110100001001010101011101 | e89ca5efbda4e980b5d0955d |
UHC | ??逵Е] | 00111111001111111101000010110000101011001010011001011101 | 3f3fd0b0aca65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)