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 | ¼á¼®wh | 101111001110000110111100101011100111011101101000 | bce1bcae7768 |
SJIS-WIN | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
EUC-JP | ?á?®wh | 00111111100011111010101110100001001111111000111110100010111011100111011101101000 | 3f8faba13f8fa2ee7768 |
UTF-8 | ¼á¼®wh | 11000010101111001100001110100001110000101011110011000010101011100111011101101000 | c2bcc3a1c2bcc2ae7768 |
UHC | ¼?¼®wh | 101010001111100100111111101010001111100110100010111001110111011101101000 | a8f93fa8f9a2e77768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)