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 | 爐瓏璧 | 111000001010001011100000111110101110000011111000 | e0a2e0fae0f8 |
EUC-JP | 爐瓏璧 | 111000001010010011100000111111001110000011111010 | e0a4e0fce0fa |
UTF-8 | 爐瓏璧 | 111001111000100010010000111001111001001110001111111001111001001010100111 | e78890e7938fe792a7 |
UHC | 爐瓏璧 | 110101101101001111010110111010101101101111111101 | d6d3d6eadbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)