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] | 0011111100111111010000000011111100111111010000000101000101011101 | 3f3f403f3f40515d |
SJIS-WIN | ??@??@Q] | 0011111100111111010000000011111100111111010000000101000101011101 | 3f3f403f3f40515d |
EUC-JP | ??@??@Q] | 0011111100111111010000000011111100111111010000000101000101011101 | 3f3f403f3f40515d |
UTF-8 | 횂혳@횂혳@Q] | 11101101100110101000001011101101100110001011001101000000111011011001101010000010111011011001100010110011010000000101000101011101 | ed9a82ed98b340ed9a82ed98b340515d |
UHC | 횂혳@횂혳@Q] | 110000111000001011000010100110100100000011000011100000101100001010011010010000000101000101011101 | c382c29a40c382c29a40515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)