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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | 焏乞ぐ淏キY | 11111011010100111000110011101110100000101010111011111011010000101011011101011001 | fb538cee82aefb42b759 |
EUC-JP | 焏乞ぐ淏キY | 10001111110010011110100110111000111100001010010010110000100011111100011111011001100011101011011101011001 | 8fc9e9b8f0a4b08fc7d98eb759 |
UTF-8 | 焏乞ぐ淏キY | 11100111100001001000111111100100101110011001111011100011100000011001000011100110101101111000111111101111101111011011011101011001 | e7848fe4b99ee38190e6b78fefbdb759 |
UHC | ?乞ぐ淏?Y | 001111111100101111110111101010101011000011111011110010000011111101011001 | 3fcbf7aab0fbc83f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)