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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 源??攪 | 100011001011100100111111001111111001110110011000 | 8cb93f3f9d98 |
EUC-JP | 源??攪 | 101110001011101100111111001111111101100111111000 | b8bb3f3fd9f8 |
UTF-8 | 源잼렭攪 | 111001101011101010010000111011001001111010111100111010111010000010101101111001101001010010101010 | e6ba90ec9ebceba0ade694aa |
UHC | 源잼렭攪 | 1110101010111001110000001110101110001110101110101100111011100110 | eab9c0eb8ebacee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)