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 | ??Ø? | 00111111001111111101100000111111 | 3f3fd83f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 轝?Ø靷 | 10001111111000011010101000111111100011111010100110101100100011111110011110111101 | 8fe1aa3f8fa9ac8fe7bd |
UTF-8 | 轝뀀Ø靷 | 1110100010111101100111011110101110000000100000001100001110011000111010011001110110110111 | e8bd9deb8080c398e99db7 |
UHC | 轝뀀Ø靷 | 1110011010101100101100101110101110101000101010101110110011100110 | e6acb2eba8aaece6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)