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 | 孩綿? | 1001101101110111100101101100100000111111 | 9b7796c83f |
EUC-JP | 孩綿輧 | 11010101110110001100110011001010100011111110000011110011 | d5d8ccca8fe0f3 |
UTF-8 | 孩綿輧 | 111001011010110110101001111001111011011010111111111010001011110010100111 | e5ada9e7b6bfe8bca7 |
UHC | 孩綿輧 | 111110101010100111011000111110101101110010111110 | faa9d8fadcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)