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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ??パ◇∵Y | 001111110011111110000011011100001000000110011110100000011110011001011001 | 3f3f8370819e81e659 |
EUC-JP | ??パ◇∵Y | 001111110011111110100101110100011010000111111110101000101110100001011001 | 3f3fa5d1a1fea2e859 |
UTF-8 | 룶햶パ◇∵Y | 11101011101000111011011011101101100101101011011011100011100000111001000111100010100101111000011111100010100010001011010101011001 | eba3b6ed96b6e38391e29787e288b559 |
UHC | 룶햶パ◇∵Y | 1000111110101011110000011000111110101011110100011010000111011110101000011111000101011001 | 8fabc18fabd1a1dea1f159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)