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 | ëëçëÞ | 1110101111101011100111011110011110010000100000011110101111011110 | ebeb9de79081ebde |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëë?ç??ëÞ | 100011111010101110110011100011111010101110110011001111111000111110101011101011100011111100111111100011111010101110110011100011111010100110110000 | 8fabb38fabb33f8fabae3f3f8fabb38fa9b0 |
UTF-8 | ëëçëÞ | 11000011101010111100001110101011110000101001110111000011101001111100001010010000110000101000000111000011101010111100001110011110 | c3abc3abc29dc3a7c290c281c3abc39e |
UHC | ???????Þ | 001111110011111100111111001111110011111100111111001111111010100010101101 | 3f3f3f3f3f3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)