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 | áÞüCY | 1110000111011110111111000100001101011001 | e1defc4359 |
SJIS-WIN | ???CY | 0011111100111111001111110100001101011001 | 3f3f3f4359 |
EUC-JP | áÞüCY | 1000111110101011101000011000111110101001101100001000111110101011111001000100001101011001 | 8faba18fa9b08fabe44359 |
UTF-8 | áÞüCY | 1100001110100001110000111001111011000011101111000100001101011001 | c3a1c39ec3bc4359 |
UHC | ?Þ?CY | 001111111010100010101101001111110100001101011001 | 3fa8ad3f4359 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)