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 | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
SJIS-WIN | 軏乞ぐ薰ィa | 11111011101100101000110011101110100000101010111011111011100111101010100001100001 | fbb28cee82aefb9ea861 |
EUC-JP | 軏乞ぐ?ィa | 1000111111100000110110011011100011110000101001001011000000111111100011101010100001100001 | 8fe0d9b8f0a4b03f8ea861 |
UTF-8 | 軏乞ぐ薰ィa | 11101000101110111000111111100100101110011001111011100011100000011001000011101000100101101011000011101111101111011010100001100001 | e8bb8fe4b99ee38190e896b0efbda861 |
UHC | ?乞ぐ薰?a | 001111111100101111110111101010101011000011111101101110010011111101100001 | 3fcbf7aab0fdb93f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)