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 | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 毬鈔鈔GB | 1001111101111011111001111110001011100111111000100100011101000010 | 9f7be7e2e7e24742 |
EUC-JP | 毬鈔鈔GB | 1101110111011100111011101110010011101110111001000100011101000010 | dddceee4eee44742 |
UTF-8 | 毬鈔鈔GB | 1110011010101111101011001110100110001000100101001110100110001000100101000100011101000010 | e6aface98894e988944742 |
UHC | 毬??GB | 110011111011001100111111001111110100011101000010 | cfb33f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)