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 | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
SJIS-WIN | 軏乞ぐ贒オVB | 1111101110110010100011001110111010000010101011101111101110101111101101010101011001000010 | fbb28cee82aefbafb55642 |
EUC-JP | 軏乞ぐ贒オVB | 1000111111100000110110011011100011110000101001001011000010001111110111111100001110001110101101010101011001000010 | 8fe0d9b8f0a4b08fdfc38eb55642 |
UTF-8 | 軏乞ぐ贒オVB | 1110100010111011100011111110010010111001100111101110001110000001100100001110100010110100100100101110111110111101101101010101011001000010 | e8bb8fe4b99ee38190e8b492efbdb55642 |
UHC | ?乞ぐ??VB | 001111111100101111110111101010101011000000111111001111110101011001000010 | 3fcbf7aab03f3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)