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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | セャ紗樟蒟。h | 10111110101011001000111011010001100011111011111011100100111001011010000101101000 | beac8ed18fbee4e5a168 |
EUC-JP | セャ紗樟蒟。h | 10001110101111101000111010101100101111001101001110111110110000001110100011100111100011101010000101101000 | 8ebe8eacbcd3bec0e8e78ea168 |
UTF-8 | セャ紗樟蒟。h | 11101111101111011011111011101111101111011010110011100111101101001001011111100110101010001001111111101000100100101001111111101111101111011010000101101000 | efbdbeefbdace7b497e6a89fe8929fefbda168 |
UHC | ??紗樟??h | 001111110011111111011110111010011110110111101001001111110011111101101000 | 3f3fdee9ede93f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)