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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姐?藕 | 1000100010110111001111111110010101011000 | 88b73fe558 |
EUC-JP | 姐?藕 | 1011000010111001001111111110100110111001 | b0b93fe9b9 |
UTF-8 | 姐렯藕 | 111001011010011110010000111010111010000010101111111010001001011110010101 | e5a790eba0afe89795 |
UHC | 姐렯藕 | 111011101011101110001110101111001110100111100100 | eebb8ebce9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)