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 | 00111111001111110011111100111111001111110111101101000010 | 3f3f3f3f3f7b42 |
SJIS-WIN | 軏乞ぐ薰ョ{B | 1111101110110010100011001110111010000010101011101111101110011110101011100111101101000010 | fbb28cee82aefb9eae7b42 |
EUC-JP | 軏乞ぐ?ョ{B | 100011111110000011011001101110001111000010100100101100000011111110001110101011100111101101000010 | 8fe0d9b8f0a4b03f8eae7b42 |
UTF-8 | 軏乞ぐ薰ョ{B | 1110100010111011100011111110010010111001100111101110001110000001100100001110100010010110101100001110111110111101101011100111101101000010 | e8bb8fe4b99ee38190e896b0efbdae7b42 |
UHC | ?乞ぐ薰?{B | 00111111110010111111011110101010101100001111110110111001001111110111101101000010 | 3fcbf7aab0fdb93f7b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)