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 | Þ×öÀ | 11011110110101111111011011000000 | ded7f6c0 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | Þ×öÀ | 1000111110101001101100001010000111011111100011111010101111010011100011111010101010100010 | 8fa9b0a1df8fabd38faaa2 |
UTF-8 | Þ×öÀ | 1100001110011110110000111001011111000011101101101100001110000000 | c39ec397c3b6c380 |
UHC | Þ×?? | 101010001010110110100001101111110011111100111111 | a8ada1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)