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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 뿐뿐[뿐뿐[^ | 111010111011111110010000111010111011111110010000010110111110101110111111100100001110101110111111100100000101101101011110 | ebbf90ebbf905bebbf90ebbf905b5e |
UHC | 뿐뿐[뿐뿐[^ | 1011101111010011101110111101001101011011101110111101001110111011110100110101101101011110 | bbd3bbd35bbbd3bbd35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)