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 | 谿夜寉 | 111001101010111010010110111010011001101110000101 | e6ae96e99b85 |
EUC-JP | 谿夜寉 | 111011001011000011001100111010111101010111100101 | ecb0ccebd5e5 |
UTF-8 | 谿夜寉 | 111010001011000010111111111001011010010010011100111001011010111110001001 | e8b0bfe5a49ce5af89 |
UHC | 谿夜? | 1100110110101100111001011010100000111111 | cdace5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)