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 | ?????lB | 00111111001111110011111100111111001111110110110001000010 | 3f3f3f3f3f6c42 |
SJIS-WIN | 軏乞ぐ閠ィlB | 1111101110110010100011001110111010000010101011101110100010000000101010000110110001000010 | fbb28cee82aee880a86c42 |
EUC-JP | 軏乞ぐ閠ィlB | 10001111111000001101100110111000111100001010010010110000111011111110000010001110101010000110110001000010 | 8fe0d9b8f0a4b0efe08ea86c42 |
UTF-8 | 軏乞ぐ閠ィlB | 1110100010111011100011111110010010111001100111101110001110000001100100001110100110010110101000001110111110111101101010000110110001000010 | e8bb8fe4b99ee38190e996a0efbda86c42 |
UHC | ?乞ぐ??lB | 001111111100101111110111101010101011000000111111001111110110110001000010 | 3fcbf7aab03f3f6c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)