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 | ¼íÏÝh | 1000111110111100111011011000111011001111100011101101110101101000 | 8fbced8ecf8edd68 |
SJIS-WIN | ???????h | 0011111100111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f3f68 |
EUC-JP | ??í?Ï?Ýh | 0011111100111111100011111010101110111111001111111000111110101010110000010011111110001111101010101111001001101000 | 3f3f8fabbf3f8faac13f8faaf268 |
UTF-8 | ¼íÏÝh | 110000101000111111000010101111001100001110101101110000101000111011000011100011111100001010001110110000111001110101101000 | c28fc2bcc3adc28ec38fc28ec39d68 |
UHC | ?¼?????h | 001111111010100011111001001111110011111100111111001111110011111101101000 | 3fa8f93f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)