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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????②? | 0011111100111111001111110011111100111111100001110100000100111111 | 3f3f3f3f3f87413f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 쒀렲렋롅뤏②쨴 | 111011001001001010000000111010111010000010110010111010111010000010001011111010111010000110000101111010111010010010001111111000101001000110100001111011001010100010110100 | ec9280eba0b2eba08beba185eba48fe291a1eca8b4 |
UHC | 쒀렲렋롅뤏②쨴 | 1011111010101100100011101011111110001110101000101000111011001011100011111011111110101000111010001010010010001110 | beac8ebf8ea28ecb8fbfa8e8a48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)