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 | 捧驥 | 10010101111110011110100110000111 | 95f9e987 |
EUC-JP | 捧驥 | 11001010111110111111000111100111 | cafbf1e7 |
UTF-8 | 捧驥 | 111001101000110110100111111010011010100110100101 | e68da7e9a9a5 |
UHC | 捧驥 | 11011100111010011101000111001010 | dce9d1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)