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 | Æ¿ÙÐßÝ | 110001101011111111011001110100001101111111011101 | c6bfd9d0dfdd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Æ¿Ù?ßÝ | 10001111101010011010000110001111101000101100010010001111101010101110001100111111100011111010100111001110100011111010101011110010 | 8fa9a18fa2c48faae33f8fa9ce8faaf2 |
UTF-8 | Æ¿ÙÐßÝ | 110000111000011011000010101111111100001110011001110000111001000011000011100111111100001110011101 | c386c2bfc399c390c39fc39d |
UHC | Æ¿?Ðß? | 10101000101000011010001010101111001111111010100010100010101010011010110000111111 | a8a1a2af3fa8a2a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)