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 | ÇÙÖñ¾¸ | 1000111111000111110110011101011011110001100011101011111010111000 | 8fc7d9d6f18ebeb8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ÇÙÖñ??¸ | 001111111000111110101010101011101000111110101010111000111000111110101010110100111000111110101011110100000011111100111111100011111010001010110001 | 3f8faaae8faae38faad38fabd03f3f8fa2b1 |
UTF-8 | ÇÙÖñ¾¸ | 11000010100011111100001110000111110000111001100111000011100101101100001110110001110000101000111011000010101111101100001010111000 | c28fc387c399c396c3b1c28ec2bec2b8 |
UHC | ??????¾¸ | 00111111001111110011111100111111001111110011111110101000111110101010001010101100 | 3f3f3f3f3f3fa8faa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)