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 | 笑收 | 10001111110011101001110110111110 | 8fce9dbe |
EUC-JP | 笑收 | 10111110110100001101101011000000 | bed0dac0 |
UTF-8 | 笑收 | 111001111010110010010001111001101001010010110110 | e7ac91e694b6 |
UHC | 笑收 | 11100001110001011110001010100101 | e1c5e2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)