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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ◆?丹麝?^ | 100000011001111100111111100100100100111111101010011011000011111101011110 | 819f3f924fea6c3f5e |
EUC-JP | ◆?丹麝?^ | 101000101010000100111111110000111011000011110011110011010011111101011110 | a2a13fc3b0f3cd3f5e |
UTF-8 | ◆룶丹麝핥^ | 11100010100101111000011011101011101000111011011011100100101110001011100111101001101110101001110111101101100101011010010101011110 | e29786eba3b6e4b8b9e9ba9ded95a55e |
UHC | ◆룶丹麝핥^ | 1010000111011111100011111010101111010011101000011101111011111010110001111101001101011110 | a1df8fabd3a1defac7d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)