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 | ª^}ª^{^ | 1000010010101010100000010101111001111101100001001010101010000001010111100111101101011110 | 84aa815e7d84aa815e7b5e |
SJIS-WIN | ???^}???^{^ | 0011111100111111001111110101111001111101001111110011111100111111010111100111101101011110 | 3f3f3f5e7d3f3f3f5e7b5e |
EUC-JP | ?ª?^}?ª?^{^ | 001111111000111110100010111011000011111101011110011111010011111110001111101000101110110000111111010111100111101101011110 | 3f8fa2ec3f5e7d3f8fa2ec3f5e7b5e |
UTF-8 | ª^}ª^{^ | 1100001010000100110000101010101011000010100000010101111001111101110000101000010011000010101010101100001010000001010111100111101101011110 | c284c2aac2815e7dc284c2aac2815e7b5e |
UHC | ?ª?^}?ª?^{^ | 00111111101010001010001100111111010111100111110100111111101010001010001100111111010111100111101101011110 | 3fa8a33f5e7d3fa8a33f5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)