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 | â|â|[â|â|[^ | 1110001001111100111000100111110001011011111000100111110011100010011111000101101101011110 | e27ce27c5be27ce27c5b5e |
SJIS-WIN | ?|?|[?|?|[^ | 0011111101111100001111110111110001011011001111110111110000111111011111000101101101011110 | 3f7c3f7c5b3f7c3f7c5b5e |
EUC-JP | â|â|[â|â|[^ | 10001111101010111010010001111100100011111010101110100100011111000101101110001111101010111010010001111100100011111010101110100100011111000101101101011110 | 8faba47c8faba47c5b8faba47c8faba47c5b5e |
UTF-8 | â|â|[â|â|[^ | 110000111010001001111100110000111010001001111100010110111100001110100010011111001100001110100010011111000101101101011110 | c3a27cc3a27c5bc3a27cc3a27c5b5e |
UHC | ?|?|[?|?|[^ | 0011111101111100001111110111110001011011001111110111110000111111011111000101101101011110 | 3f7c3f7c5b3f7c3f7c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)