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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霄。霆妣 | 11101000101110101010000111101000101110111001101101000101 | e8baa1e8bb9b45 |
EUC-JP | 霄。霆妣 | 1111000010111100100011101010000111110000101111011101010110100110 | f0bc8ea1f0bdd5a6 |
UTF-8 | 霄。霆妣 | 111010011001110010000100111011111011110110100001111010011001110010000110111001011010011010100011 | e99c84efbda1e99c86e5a6a3 |
UHC | ??霆? | 0011111100111111111011111111110100111111 | 3f3feffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)