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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | ????諍 | 001111110011111100111111001111111110011001111001 | 3f3f3f3fe679 |
EUC-JP | 塡®??諍 | 10001111101110001011010010001111101000101110111000111111001111111110101111011010 | 8fb8b48fa2ee3f3febda |
UTF-8 | 塡®렮렩諍 | 1110010110100001101000011100001010101110111010111010000010101110111010111010000010101001111010001010101110001101 | e5a1a1c2aeeba0aeeba0a9e8ab8d |
UHC | 塡®렮렩諍 | 11101110111100111010001011100111100011101011101110001110101101111110111010110101 | eef3a2e78ebb8eb7eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)