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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踟檎剏蓆 | 1110011011110111100011001110011110011001100011001110010011101100 | e6f78ce7998ce4ec |
EUC-JP | 踟檎剏蓆 | 1110110011111001101110001110100111010001111011001110100011101110 | ecf9b8e9d1ece8ee |
UTF-8 | 踟檎剏蓆 | 111010001011100010011111111001101010101010001110111001011000100110001111111010001001001110000110 | e8b89fe6aa8ee5898fe89386 |
UHC | ?檎?蓆 | 001111111101000011010101001111111110000010110110 | 3fd0d53fe0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)