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 | 煜磁 | 111110110101010110001110101001011111000010111000 | fb558ea5f0b8 |
EUC-JP | 煜磁? | 100011111100100111111100101111001010011100111111 | 8fc9fcbca73f |
UTF-8 | 煜磁 | 111001111000010110011100111001111010001110000001111011101000000110110111 | e7859ce7a381ee81b7 |
UHC | 煜磁? | 1110100111110010111011011011100000111111 | e9f2edb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)