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 | æówóz | 111001101000111010011001111100111001011001110111100110011111001101111010 | e68e99f3967799f37a |
SJIS-WIN | ?????w??z | 001111110011111100111111001111110011111101110111001111110011111101111010 | 3f3f3f3f3f773f3f7a |
EUC-JP | æ??ó?w?óz | 100011111010100111000001001111110011111110001111101010111101000100111111011101110011111110001111101010111101000101111010 | 8fa9c13f3f8fabd13f773f8fabd17a |
UTF-8 | æówóz | 11000011101001101100001010001110110000101001100111000011101100111100001010010110011101111100001010011001110000111011001101111010 | c3a6c28ec299c3b3c29677c299c3b37a |
UHC | æ????w??z | 10101001101000010011111100111111001111110011111101110111001111110011111101111010 | a9a13f3f3f3f773f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)