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 | éõÛ²] | 1110100111110101110110111011001001011101 | e9f5dbb25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | éõÛ?] | 1000111110101011101100011000111110101011110110001000111110101010111001010011111101011101 | 8fabb18fabd88faae53f5d |
UTF-8 | éõÛ²] | 110000111010100111000011101101011100001110011011110000101011001001011101 | c3a9c3b5c39bc2b25d |
UHC | ???²] | 001111110011111100111111101010011111011101011101 | 3f3f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)