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 | 碩縊}碩縊{^ | 1001000011010111111000110110111101111101100100001101011111100011011011110111101101011110 | 90d7e36f7d90d7e36f7b5e |
EUC-JP | 碩縊}碩縊{^ | 1100000011011001111001011101000001111101110000001101100111100101110100000111101101011110 | c0d9e5d07dc0d9e5d07b5e |
UTF-8 | 碩縊}碩縊{^ | 111001111010001010101001111001111011100010001010011111011110011110100010101010011110011110111000100010100111101101011110 | e7a2a9e7b88a7de7a2a9e7b88a7b5e |
UHC | 碩縊}碩縊{^ | 1110000010110101111001001111110001111101111000001011010111100100111111000111101101011110 | e0b5e4fc7de0b5e4fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)