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 | 100011111100111100111111001111110100011101000010 | 8fcf3f3f4742 |
EUC-JP | 粧??GB | 101111101101000100111111001111110100011101000010 | bed13f3f4742 |
UTF-8 | 粧됬웻GB | 1110011110110010101001111110101110010000101011001110110010011011101110110100011101000010 | e7b2a7eb90acec9bbb4742 |
UHC | 粧됬웻GB | 1110110111110010100010011110011110011111100001110100011101000010 | edf289e79f874742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)