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\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-WIN | 将。将ウg\ | 1000111110101011101000011000111110101011101100110110011101011100 | 8faba18fabb3675c |
EUC-JP | 将。将ウg\ | 10111110101011011000111010100001101111101010110110001110101100110110011101011100 | bead8ea1bead8eb3675c |
UTF-8 | 将。将ウg\ | 1110010110110000100001101110111110111101101000011110010110110000100001101110111110111101101100110110011101011100 | e5b086efbda1e5b086efbdb3675c |
UHC | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)