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 | ÇÙØç¾³ | 10001111110001111101100111011000111001111011111010110011 | 8fc7d9d8e7beb3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ÇÙØç?? | 001111111000111110101010101011101000111110101010111000111000111110101001101011001000111110101011101011100011111100111111 | 3f8faaae8faae38fa9ac8fabae3f3f |
UTF-8 | ÇÙØç¾³ | 1100001010001111110000111000011111000011100110011100001110011000110000111010011111000010101111101100001010110011 | c28fc387c399c398c3a7c2bec2b3 |
UHC | ???Ø?¾³ | 00111111001111110011111110101000101010100011111110101000111110101010100111111000 | 3f3f3fa8aa3fa8faa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)