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 | 材?誹 | 1000110111011110001111111001010011101110 | 8dde3f94ee |
EUC-JP | 材琫誹 | 10111010111000001000111111001100101011111100100011110000 | bae08fccafc8f0 |
UTF-8 | 材琫誹 | 111001101001110110010000111001111001000010101011111010001010101010111001 | e69d90e790abe8aab9 |
UHC | 材琫誹 | 111011101010011111011100111011011101111010100110 | eea7dceddea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)