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 | ?宝 | 001111111001010111110011 | 3f95f3 |
EUC-JP | 馹宝 | 1000111111101001101000011100101011110101 | 8fe9a1caf5 |
UTF-8 | 馹宝 | 111010011010011010111001111001011010111010011101 | e9a6b9e5ae9d |
UHC | 馹? | 111011001111000100111111 | ecf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)