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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 縕?縕?^ | 100011111101010011000010001111111000111111010100110000100011111101011110 | 8fd4c23f8fd4c23f5e |
UTF-8 | 縕꿃縕꿃^ | 11100111101110001001010111101010101111111000001111100111101110001001010111101010101111111000001101011110 | e7b895eabf83e7b895eabf835e |
UHC | 縕꿃縕꿃^ | 111010001011001010000101010001001110100010110010100001010100010001011110 | e8b28544e8b285445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)