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 | ?????U | 001111110011111100111111001111110011111101010101 | 3f3f3f3f3f55 |
SJIS-WIN | 軏乞ぐ閙讎U | 1111101110110010100011001110111010000010101011101110100001111110111001101010011001010101 | fbb28cee82aee87ee6a655 |
EUC-JP | 軏乞ぐ閙讎U | 100011111110000011011001101110001111000010100100101100001110111111011111111011001010100001010101 | 8fe0d9b8f0a4b0efdfeca855 |
UTF-8 | 軏乞ぐ閙讎U | 11101000101110111000111111100100101110011001111011100011100000011001000011101001100101101001100111101000101011101000111001010101 | e8bb8fe4b99ee38190e99699e8ae8e55 |
UHC | ?乞ぐ??U | 0011111111001011111101111010101010110000001111110011111101010101 | 3fcbf7aab03f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)