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 | Ìà Ìà ^ | 100100001100110011100000101000001001000011001100111000001010000001011110 | 90cce0a090cce0a05e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Ìà??Ìà?^ | 0011111110001111101010101100000010001111101010111010001000111111001111111000111110101010110000001000111110101011101000100011111101011110 | 3f8faac08faba23f3f8faac08faba23f5e |
UTF-8 | Ìà Ìà ^ | 1100001010010000110000111000110011000011101000001100001010100000110000101001000011000011100011001100001110100000110000101010000001011110 | c290c38cc3a0c2a0c290c38cc3a0c2a05e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)