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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ⅰ辞 | 11111010010000001000111010101011 | fa408eab |
EUC-JP | ?辞 | 001111111011110010101101 | 3fbcad |
UTF-8 | ⅰ辞 | 111000101000010110110000111010001011111010011110 | e285b0e8be9e |
UHC | ⅰ? | 101001011010000100111111 | a5a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)