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 | 捧餠 | 10010101111110011110100101010101 | 95f9e955 |
EUC-JP | 捧餠 | 11001010111110111111000110110110 | cafbf1b6 |
UTF-8 | 捧餠 | 111001101000110110100111111010011010010010100000 | e68da7e9a4a0 |
UHC | 捧餠 | 11011100111010011101110010111111 | dce9dcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)