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 | ?×F | 001111111101011101000110 | 3fd746 |
SJIS-WIN | 蠢×F | 1110010110111111100000010111111001000110 | e5bf817e46 |
EUC-JP | 蠢×F | 1110101011000001101000011101111101000110 | eac1a1df46 |
UTF-8 | 蠢×F | 111010001010000010100010110000111001011101000110 | e8a0a2c39746 |
UHC | 蠢×F | 1111000111100011101000011011111101000110 | f1e3a1bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)