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 | 薨絲裸 | 111001010100100111100011010011101001011110000111 | e549e34e9787 |
EUC-JP | 薨絲裸 | 111010011010101011100101101011111100110111100111 | e9aae5afcde7 |
UTF-8 | 薨絲裸 | 111010001001011010101000111001111011010110110010111010001010001110111000 | e896a8e7b5b2e8a3b8 |
UHC | 薨絲裸 | 111111011011110011011110111010101101010110100011 | fdbcdeead5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)