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 | 帳ο | 10010010101000001000001111001101 | 92a083cd |
EUC-JP | 帳ο | 11000100101000101010011011001111 | c4a2a6cf |
UTF-8 | 帳ο | 1110010110111000101100111100111010111111 | e5b8b3cebf |
UHC | 帳ο | 11101101111000111010010111101111 | ede3a5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)