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 | q^}q^{^ | 100100000111000101011110011111011001000001110001010111100111101101011110 | 90715e7d90715e7b5e |
SJIS-WIN | ?q^}?q^{^ | 001111110111000101011110011111010011111101110001010111100111101101011110 | 3f715e7d3f715e7b5e |
EUC-JP | ?q^}?q^{^ | 001111110111000101011110011111010011111101110001010111100111101101011110 | 3f715e7d3f715e7b5e |
UTF-8 | q^}q^{^ | 1100001010010000011100010101111001111101110000101001000001110001010111100111101101011110 | c290715e7dc290715e7b5e |
UHC | ?q^}?q^{^ | 001111110111000101011110011111010011111101110001010111100111101101011110 | 3f715e7d3f715e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)