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 | モ袒エ | 11010011111001011101011010110100 | d3e5d6b4 |
EUC-JP | モ袒エ | 100011101101001111101010110110001000111010110100 | 8ed3ead88eb4 |
UTF-8 | モ袒エ | 111011111011111010010011111010001010001010010010111011111011110110110100 | efbe93e8a292efbdb4 |
UHC | ?袒? | 00111111110100111011001000111111 | 3fd3b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)