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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 逕櫁盗g\ | 1110011110010100100111101110100010010011100100000110011101011100 | e7949ee89390675c |
EUC-JP | 逕櫁盗g\ | 1110110111110100110111001110101011000101111100000110011101011100 | edf4dceac5f0675c |
UTF-8 | 逕櫁盗g\ | 1110100110000000100101011110011010101011100000011110011110011011100101110110011101011100 | e98095e6ab81e79b97675c |
UHC | 逕??g\ | 110011001110111100111111001111110110011101011100 | ccef3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)