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 | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
SJIS-WIN | 恁?h恁?WB | 100111001000110000111111011010001001110010001100001111110101011101000010 | 9c8c3f689c8c3f5742 |
EUC-JP | 恁?h恁?WB | 110101111110110000111111011010001101011111101100001111110101011101000010 | d7ec3f68d7ec3f5742 |
UTF-8 | 恁찯h恁찯WB | 111001101000000110000001111011001011000010101111011010001110011010000001100000011110110010110000101011110101011101000010 | e68181ecb0af68e68181ecb0af5742 |
UHC | 恁찯h恁찯WB | 1110110011110110101010100100011001101000111011001111011010101010010001100101011101000010 | ecf6aa4668ecf6aa465742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)