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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瑶畍瑶畍^ | 111000001111010011100001010101111110000011110100111000010101011101011110 | e0f4e157e0f4e1575e |
EUC-JP | 瑶畍瑶畍^ | 111000001111011011100001101110001110000011110110111000011011100001011110 | e0f6e1b8e0f6e1b85e |
UTF-8 | 瑶畍瑶畍^ | 11100111100100011011011011100111100101011000110111100111100100011011011011100111100101011000110101011110 | e791b6e7958de791b6e7958d5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)