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 | 樒暉 | 10011110111001111001110111110100 | 9ee79df4 |
EUC-JP | 樒暉 | 11011100111010011101101011110110 | dce9daf6 |
UTF-8 | 樒暉 | 111001101010100010010010111001101001101010001001 | e6a892e69a89 |
UHC | ?暉 | 001111111111110111000111 | 3ffdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)