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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?夭拔 | 0011111110011010111011101001110101010101 | 3f9aee9d55 |
EUC-JP | ?夭拔 | 0011111111010100111100001101100110110110 | 3fd4f0d9b6 |
UTF-8 | 뤵夭拔 | 111010111010010010110101111001011010010010101101111001101000101110010100 | eba4b5e5a4ade68b94 |
UHC | 뤵夭拔 | 100011111110001111101000111011001101101011111011 | 8fe3e8ecdafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)