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 | 材?苛 | 1000110111011110001111111000100111010101 | 8dde3f89d5 |
EUC-JP | 材琫苛 | 10111010111000001000111111001100101011111011001011010111 | bae08fccafb2d7 |
UTF-8 | 材琫苛 | 111001101001110110010000111001111001000010101011111010001000101110011011 | e69d90e790abe88b9b |
UHC | 材琫苛 | 111011101010011111011100111011011100101010110100 | eea7dcedcab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)