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 | 爐」゚ | 11100000101000101010001111011111 | e0a2a3df |
EUC-JP | 爐」゚ | 111000001010010010001110101000111000111011011111 | e0a48ea38edf |
UTF-8 | 爐」゚ | 111001111000100010010000111011111011110110100011111011111011111010011111 | e78890efbda3efbe9f |
UHC | 爐?? | 11010110110100110011111100111111 | d6d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)