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 | 1001001001001010100100100101101010010001101110100100011101000010 | 924a925a91ba4742 |
EUC-JP | 谷短村GB | 1100001110101011110000111011101111000010101111000100011101000010 | c3abc3bbc2bc4742 |
UTF-8 | 谷短村GB | 1110100010110000101101111110011110011111101011011110011010011101100100010100011101000010 | e8b0b7e79fade69d914742 |
UHC | 谷短村GB | 1100110111011011110100111010110111110101101111010100011101000010 | cddbd3adf5bd4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)