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 | ÞÒÞ×Þõ | 110111101101001011011110110101111101111011110101 | ded2ded7def5 |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ÞÒÞ×Þõ | 1000111110101001101100001000111110101010110100101000111110101001101100001010000111011111100011111010100110110000100011111010101111011000 | 8fa9b08faad28fa9b0a1df8fa9b08fabd8 |
UTF-8 | ÞÒÞ×Þõ | 110000111001111011000011100100101100001110011110110000111001011111000011100111101100001110110101 | c39ec392c39ec397c39ec3b5 |
UHC | Þ?Þ×Þ? | 10101000101011010011111110101000101011011010000110111111101010001010110100111111 | a8ad3fa8ada1bfa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)