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 | ç꿲 | 111001111001000110011100111010101011111110110010 | e7919ceabfb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ç??ê¿? | 100011111010101110101110001111110011111110001111101010111011010010001111101000101100010000111111 | 8fabae3f3f8fabb48fa2c43f |
UTF-8 | ç꿲 | 110000111010011111000010100100011100001010011100110000111010101011000010101111111100001010110010 | c3a7c291c29cc3aac2bfc2b2 |
UHC | ????¿² | 0011111100111111001111110011111110100010101011111010100111110111 | 3f3f3f3fa2afa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)