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 | GOAB | 100100100100011101001111100100100100000101000010 | 92474f924142 |
SJIS-WIN | ?GO?AB | 001111110100011101001111001111110100000101000010 | 3f474f3f4142 |
EUC-JP | ?GO?AB | 001111110100011101001111001111110100000101000010 | 3f474f3f4142 |
UTF-8 | GOAB | 1100001010010010010001110100111111000010100100100100000101000010 | c292474fc2924142 |
UHC | ?GO?AB | 001111110100011101001111001111110100000101000010 | 3f474f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)