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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 但測但W | 10010010010000011001000110101010100100100100000101010111 | 924191aa924157 |
EUC-JP | 但測但W | 11000011101000101100001010101100110000111010001001010111 | c3a2c2acc3a257 |
UTF-8 | 但測但W | 11100100101111011000011011100110101110001010110011100100101111011000011001010111 | e4bd86e6b8ace4bd8657 |
UHC | 但測但W | 11010011101000111111011010110100110100111010001101010111 | d3a3f6b4d3a357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)