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 | ◆?丹麝 | 10000001100111110011111110010010010011111110101001101100 | 819f3f924fea6c |
EUC-JP | ◆?丹麝 | 10100010101000010011111111000011101100001111001111001101 | a2a13fc3b0f3cd |
UTF-8 | ◆룶丹麝 | 111000101001011110000110111010111010001110110110111001001011100010111001111010011011101010011101 | e29786eba3b6e4b8b9e9ba9d |
UHC | ◆룶丹麝 | 1010000111011111100011111010101111010011101000011101111011111010 | a1df8fabd3a1defa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)