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 | ÓâËû | 110100111110001010001111110010111111101110001111 | d3e28fcbfb8f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Óâ?Ëû? | 1000111110101010110100011000111110101011101001000011111110001111101010101011001110001111101010111110010100111111 | 8faad18faba43f8faab38fabe53f |
UTF-8 | ÓâËû | 110000111001001111000011101000101100001010001111110000111000101111000011101110111100001010001111 | c393c3a2c28fc38bc3bbc28f |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)