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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 炅基匍Q] | 1111101101010001100010101110111010011001101100110101000101011101 | fb518aee99b3515d |
EUC-JP | 炅基匍Q] | 100011111100100111001010101101001111000011010010101101010101000101011101 | 8fc9cab4f0d2b5515d |
UTF-8 | 炅基匍Q] | 1110011110000010100001011110010110011111101110101110010110001100100011010101000101011101 | e78285e59fbae58c8d515d |
UHC | 炅基匍Q] | 1100110011011101110100001111000111111000110100010101000101011101 | ccddd0f1f8d1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)