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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 瑕瑕[瑕瑕[^ | 1110000011101010111000001110101001011011111000001110101011100000111010100101101101011110 | e0eae0ea5be0eae0ea5b5e |
EUC-JP | 瑕瑕[瑕瑕[^ | 1110000011101100111000001110110001011011111000001110110011100000111011000101101101011110 | e0ece0ec5be0ece0ec5b5e |
UTF-8 | 瑕瑕[瑕瑕[^ | 111001111001000110010101111001111001000110010101010110111110011110010001100101011110011110010001100101010101101101011110 | e79195e791955be79195e791955b5e |
UHC | 瑕瑕[瑕瑕[^ | 1111100111000010111110011100001001011011111110011100001011111001110000100101101101011110 | f9c2f9c25bf9c2f9c25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)