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 | ??GB | 00111111001111110100011101000010 | 3f3f4742 |
SJIS-WIN | 跟イGB | 1110011011101110101100100100011101000010 | e6eeb24742 |
EUC-JP | 跟イGB | 111011001111000010001110101100100100011101000010 | ecf08eb24742 |
UTF-8 | 跟イGB | 1110100010110111100111111110111110111101101100100100011101000010 | e8b79fefbdb24742 |
UHC | ??GB | 00111111001111110100011101000010 | 3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)