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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 跋サ闥溽遯B | 11100110111010111011101111101000100100101001111111100111111001111010101001000010 | e6ebbbe8929fe7e7aa42 |
EUC-JP | 跋サ闥溽遯B | 1110110011101101100011101011101111101111111100101101111011101001111011101010110001000010 | eced8ebbeff2dee9eeac42 |
UTF-8 | 跋サ闥溽遯B | 11101000101101111000101111101111101111011011101111101001100101111010010111100110101110101011110111101001100000011010111101000010 | e8b78befbdbbe997a5e6babde981af42 |
UHC | 跋???遯B | 1101101110100010001111110011111100111111110101001110111001000010 | dba23f3f3fd4ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)