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\ | 10001111101010111010001010100001110111100110011101011100 | 8faba2a1de675c |
EUC-JP | 将「。゙g\ | 10111110101011011000111010100010100011101010000110001110110111100110011101011100 | bead8ea28ea18ede675c |
UTF-8 | 将「。゙g\ | 1110010110110000100001101110111110111101101000101110111110111101101000011110111110111110100111100110011101011100 | e5b086efbda2efbda1efbe9e675c |
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)