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 | 軏乗谿宅枚 | 11111011101100101000111111100110111001101010111010010001111011101001011010000111 | fbb28fe6e6ae91ee9687 |
EUC-JP | 軏乗谿宅枚 | 1000111111100000110110011011111011101000111011001011000011000010111100001100101111100111 | 8fe0d9bee8ecb0c2f0cbe7 |
UTF-8 | 軏乗谿宅枚 | 111010001011101110001111111001001011100110010111111010001011000010111111111001011010111010000101111001101001111010011010 | e8bb8fe4b997e8b0bfe5ae85e69e9a |
UHC | ??谿宅枚 | 0011111100111111110011011010110011010011111010111101100011011101 | 3f3fcdacd3ebd8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)