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 | 韲韜痞咤 | 1110100011101100111010001110100111100001011111001001101001000010 | e8ece8e9e17c9a42 |
EUC-JP | 韲韜痞咤 | 1111000011101110111100001110101111100001110111011101001110100011 | f0eef0ebe1ddd3a3 |
UTF-8 | 韲韜痞咤 | 111010011001111110110010111010011001111110011100111001111001011110011110111001011001001010100100 | e99fb2e99f9ce7979ee592a4 |
UHC | ?韜?咤 | 001111111101010010110111001111111111011011100011 | 3fd4b73ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)