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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 張??敖? | 10010010101000110011111100111111100111011100001000111111 | 92a33f3f9dc23f |
EUC-JP | 張??敖? | 11000100101001010011111100111111110110101100010000111111 | c4a53f3fdac43f |
UTF-8 | 張멱덱敖놟 | 111001011011110010110101111010111010100110110001111010111000110110110001111001101001010110010110111010111000011010011111 | e5bcb5eba9b1eb8db1e69596eb869f |
UHC | 張멱덱敖놟 | 11101101111001011011100011101000101101011010011011100111111110011000011101000010 | ede5b8e8b5a6e7f98742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)