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\ | 001111110011111110000111100100110110011101011100 | 3f3f8793675c |
EUC-JP | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
UTF-8 | 룶즽∮g\ | 1110101110100011101101101110110010100110101111011110001010001000101011100110011101011100 | eba3b6eca6bde288ae675c |
UHC | 룶즽∮g\ | 1000111110101011101000111000111110100010101100010110011101011100 | 8faba38fa2b1675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)