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\ | 1110100001011100100011111000111110001111010000000110011101011100 | e85c8f8f8f40675c |
EUC-JP | 鐔緒宗g\ | 1110111110111101101111011110111110111101101000010110011101011100 | efbdbdefbda1675c |
UTF-8 | 鐔緒宗g\ | 1110100110010000100101001110011110110111100100101110010110101110100101110110011101011100 | e99094e7b792e5ae97675c |
UHC | ??宗g\ | 001111110011111111110000111100110110011101011100 | 3f3ff0f3675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)