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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 将ウ宵ェH | 10001111101010111011001110001111101010101010101001001000 | 8fabb38faaaa48 |
EUC-JP | 将ウ宵ェH | 101111101010110110001110101100111011111010101100100011101010101001001000 | bead8eb3beac8eaa48 |
UTF-8 | 将ウ宵ェH | 11100101101100001000011011101111101111011011001111100101101011101011010111101111101111011010101001001000 | e5b086efbdb3e5aeb5efbdaa48 |
UHC | ??宵?H | 001111110011111111100001101100100011111101001000 | 3f3fe1b23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)