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 | 賤酌乗 | 111001101100101110001110110111101000111111100110 | e6cb8ede8fe6 |
EUC-JP | 賤酌乗 | 111011001100110110111100111000001011111011101000 | eccdbce0bee8 |
UTF-8 | 賤酌乗 | 111010001011001110100100111010011000010110001100111001001011100110010111 | e8b3a4e9858ce4b997 |
UHC | 賤酌? | 1111010011000001111011011100110000111111 | f4c1edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)