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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 焏乞ぐ湜ィH | 11111011010100111000110011101110100000101010111011111011010001111010100001001000 | fb538cee82aefb47a848 |
EUC-JP | 焏乞ぐ湜ィH | 10001111110010011110100110111000111100001010010010110000100011111100011111111100100011101010100001001000 | 8fc9e9b8f0a4b08fc7fc8ea848 |
UTF-8 | 焏乞ぐ湜ィH | 11100111100001001000111111100100101110011001111011100011100000011001000011100110101110011001110011101111101111011010100001001000 | e7848fe4b99ee38190e6b99cefbda848 |
UHC | ?乞ぐ湜?H | 001111111100101111110111101010101011000011100011110101110011111101001000 | 3fcbf7aab0e3d73f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)