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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鞳恢雖奛豬B | 1110100011100011100010011111100011100101101010111111101010100001111001101011010101000010 | e8e389f8e5abfaa1e6b542 |
EUC-JP | 鞳恢雖奛豬B | 111100001110010110110010111110101110101010101101100011111011100011110111111011001011011101000010 | f0e5b2faeaad8fb8f7ecb742 |
UTF-8 | 鞳恢雖奛豬B | 11101001100111101011001111100110100000011010001011101001100110111001011011100101101001011001101111101000101100011010110001000010 | e99eb3e681a2e99b96e5a59be8b1ac42 |
UHC | ?恢雖??B | 0011111111111100111000011110001011001100001111110011111101000010 | 3ffce1e2cc3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)