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 | 燧籥}燧籥{^ | 1110000010011100111000101101111001111101111000001001110011100010110111100111101101011110 | e09ce2de7de09ce2de7b5e |
EUC-JP | 燧籥}燧籥{^ | 1101111111111100111001001110000001111101110111111111110011100100111000000111101101011110 | dffce4e07ddffce4e07b5e |
UTF-8 | 燧籥}燧籥{^ | 111001111000011110100111111001111011000110100101011111011110011110000111101001111110011110110001101001010111101101011110 | e787a7e7b1a57de787a7e7b1a57b5e |
UHC | 燧?}燧?{^ | 111000101010110000111111011111011110001010101100001111110111101101011110 | e2ac3f7de2ac3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)