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 | 帳? | 100100101010000000111111 | 92a03f |
EUC-JP | 帳? | 110001001010001000111111 | c4a23f |
UTF-8 | 帳㎪ | 111001011011100010110011111000111000111010101010 | e5b8b3e38eaa |
UHC | 帳㎪ | 11101101111000111010011111100110 | ede3a7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)