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 | 諧臘}諧臘{^ | 1110011001111110111001000110001101111101111001100111111011100100011000110111101101011110 | e67ee4637de67ee4637b5e |
EUC-JP | 諧臘}諧臘{^ | 1110101111011111111001111100010001111101111010111101111111100111110001000111101101011110 | ebdfe7c47debdfe7c47b5e |
UTF-8 | 諧臘}諧臘{^ | 111010001010101110100111111010001000011110011000011111011110100010101011101001111110100010000111100110000111101101011110 | e8aba7e887987de8aba7e887987b5e |
UHC | 諧臘}諧臘{^ | 1111101010110010110101011100010001111101111110101011001011010101110001000111101101011110 | fab2d5c47dfab2d5c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)