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 | ?慣 | 001111111000101010110101 | 3f8ab5 |
EUC-JP | 馹慣 | 1000111111101001101000011011010010110111 | 8fe9a1b4b7 |
UTF-8 | 馹慣 | 111010011010011010111001111001101000010110100011 | e9a6b9e685a3 |
UHC | 馹慣 | 11101100111100011100111010110001 | ecf1ceb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)