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 | ùéùéB | 1111100111101001111110011110100101000010 | f9e9f9e942 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ùéùéB | 10001111101010111110001110001111101010111011000110001111101010111110001110001111101010111011000101000010 | 8fabe38fabb18fabe38fabb142 |
UTF-8 | ùéùéB | 110000111011100111000011101010011100001110111001110000111010100101000010 | c3b9c3a9c3b9c3a942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)