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 | 溿捺魚 | 111110110100101010010011111001101000101110011011 | fb4a93e68b9b |
EUC-JP | 溿捺魚 | 10001111110010001011000111000110111010001011010111111011 | 8fc8b1c6e8b5fb |
UTF-8 | 溿捺魚 | 111001101011101010111111111001101000110110111010111010011010110110011010 | e6babfe68dbae9ad9a |
UHC | ?捺魚 | 0011111111010001111101001110010111100000 | 3fd1f4e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)