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 | èßï½çú | 1110100011011111100011111110111110111101101011011110011111111010 | e8df8fefbdade7fa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èß?ï??çú | 100011111010101110110010100011111010100111001110001111111000111110101011110000010011111100111111100011111010101110101110100011111010101111100010 | 8fabb28fa9ce3f8fabc13f3f8fabae8fabe2 |
UTF-8 | èßï½çú | 11000011101010001100001110011111110000101000111111000011101011111100001010111101110000101010110111000011101001111100001110111010 | c3a8c39fc28fc3afc2bdc2adc3a7c3ba |
UHC | ?ß??½?? | 0011111110101001101011000011111100111111101010001111011010100001101010010011111100111111 | 3fa9ac3f3fa8f6a1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)