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 | øõÞ×] | 1111100011110101110111101101011101011101 | f8f5ded75d |
SJIS-WIN | ???×] | 001111110011111100111111100000010111111001011101 | 3f3f3f817e5d |
EUC-JP | øõÞ×] | 100011111010100111001100100011111010101111011000100011111010100110110000101000011101111101011101 | 8fa9cc8fabd88fa9b0a1df5d |
UTF-8 | øõÞ×] | 110000111011100011000011101101011100001110011110110000111001011101011101 | c3b8c3b5c39ec3975d |
UHC | ø?Þ×] | 1010100110101010001111111010100010101101101000011011111101011101 | a9aa3fa8ada1bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)