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 | 乗晳シ | 1000111111100110111110101101100110111100 | 8fe6fad9bc |
EUC-JP | 乗晳シ | 10111110111010001000111111000010110001001000111010111100 | bee88fc2c48ebc |
UTF-8 | 乗晳シ | 111001001011100110010111111001101001100110110011111011111011110110111100 | e4b997e699b3efbdbc |
UHC | ?晳? | 00111111111000001010111100111111 | 3fe0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)