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 | ÈÈÈÈ | 1000111111001000100011111100100010001111110010001000111111001000 | 8fc88fc88fc88fc8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?È?È?È?È | 00111111100011111010101010110010001111111000111110101010101100100011111110001111101010101011001000111111100011111010101010110010 | 3f8faab23f8faab23f8faab23f8faab2 |
UTF-8 | ÈÈÈÈ | 11000010100011111100001110001000110000101000111111000011100010001100001010001111110000111000100011000010100011111100001110001000 | c28fc388c28fc388c28fc388c28fc388 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)