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 | 雍夜宦 | 111010001011010010010110111010011001101110000001 | e8b496e99b81 |
EUC-JP | 雍夜宦 | 111100001011011011001100111010111101010111100001 | f0b6ccebd5e1 |
UTF-8 | 雍夜宦 | 111010011001101110001101111001011010010010011100111001011010111010100110 | e99b8de5a49ce5aea6 |
UHC | 雍夜宦 | 111010001011110011100101101010001111110010110010 | e8bce5a8fcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)