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 | çîçî^ | 111001111001000110011011111011101110011110010001100110111110111001011110 | e7919beee7919bee5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ç??îç??î^ | 1000111110101011101011100011111100111111100011111010101111000010100011111010101110101110001111110011111110001111101010111100001001011110 | 8fabae3f3f8fabc28fabae3f3f8fabc25e |
UTF-8 | çîçî^ | 1100001110100111110000101001000111000010100110111100001110101110110000111010011111000010100100011100001010011011110000111010111001011110 | c3a7c291c29bc3aec3a7c291c29bc3ae5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)