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 | ????I? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
SJIS-WIN | ?垓?削I羈 | 001111111001101010110100001111111000110111101101010010011110001110110001 | 3f9ab43f8ded49e3b1 |
EUC-JP | ?垓?削I羈 | 001111111101010010110110001111111011101011101111010010011110011010110011 | 3fd4b63fbaef49e6b3 |
UTF-8 | 뤒垓濫削I羈 | 11101011101001001001001011100101100111101001001111101111101001001010001011100101100010011000101001001001111001111011111010001000 | eba492e59e93efa4a2e5898a49e7be88 |
UHC | 뤒垓濫削I羈 | 1000111111000010111110101010011111010001111110101101111011111011010010011101000110111100 | 8fc2faa7d1fadefb49d1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)