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 | 1110011110110010101001111110101110010000101011001110110010111011101010010100011101000010 | e7b2a7eb90acecbba94742 |
UHC | 粧됬컩GB | 1110110111110010100010011110011110110000100100010100011101000010 | edf289e7b0914742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)