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 | 腐? | 100101011000010100111111 | 95853f |
EUC-JP | 腐? | 110010011110010100111111 | c9e53f |
UTF-8 | 腐㏂ | 111010001000010110010000111000111000111110000010 | e88590e38f82 |
UHC | 腐㏂ | 11011101101011111010001011100011 | ddafa2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)