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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業???筌 | 10001011110001100011111100111111001111111110001010100011 | 8bc63f3f3fe2a3 |
EUC-JP | 業???筌 | 10110110110010000011111100111111001111111110010010100101 | b6c83f3f3fe4a5 |
UTF-8 | 業졢띠꽑筌 | 111001101010010110101101111011001010000110100010111010111001110110100000111010101011110110010001111001111010110110001100 | e6a5adeca1a2eb9da0eabd91e7ad8c |
UHC | 業졢띠꽑筌 | 11100101111101101010000011001110101101101110110010000100101000001110111110100111 | e5f6a0ceb6ec84a0efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)