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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 陽髴眄c^ | 1001011101111010111010011001110011100001101111100110001101011110 | 977ae99ce1be635e |
EUC-JP | 陽髴眄c^ | 1100110111011011111100011111110011100010110000000110001101011110 | cddbf1fce2c0635e |
UTF-8 | 陽髴眄c^ | 1110100110011001101111011110100110101011101101001110011110011100100001000110001101011110 | e999bde9abb4e79c84635e |
UHC | 陽?眄c^ | 11100101110101010011111111011000111110000110001101011110 | e5d53fd8f8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)