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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 淅僥}淅僥{^ | 1001111111000110100110010100011001111101100111111100011010011001010001100111101101011110 | 9fc699467d9fc699467b5e |
EUC-JP | 淅僥}淅僥{^ | 1101111011001000110100011010011101111101110111101100100011010001101001110111101101011110 | dec8d1a77ddec8d1a77b5e |
UTF-8 | 淅僥}淅僥{^ | 111001101011011110000101111001011000001110100101011111011110011010110111100001011110010110000011101001010111101101011110 | e6b785e583a57de6b785e583a57b5e |
UHC | 淅僥}淅僥{^ | 1110000010110010111010001110100101111101111000001011001011101000111010010111101101011110 | e0b2e8e97de0b2e8e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)