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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 枝朧卍憶?B | 10001110011111011001111001001111100110011100001010001001101011110011111101000010 | 8e7d9e4f99c289af3f42 |
EUC-JP | 枝朧卍憶?B | 10111011110111101101101110110000110100101100010010110010101100010011111101000010 | bbdedbb0d2c4b2b13f42 |
UTF-8 | 枝朧卍憶렜B | 11100110100111101001110111100110100111001010011111100101100011011000110111100110100001101011011011101011101000001001110001000010 | e69e9de69ca7e58d8de686b6eba09c42 |
UHC | 枝朧卍憶렜B | 1111001010101011110101101110100011011000101100111110010111100011100011101010111001000010 | f2abd6e8d8b3e5e38eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)