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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | セュ痔爾捨F | 101111101010110110001110101001001000111010100010100011101100110001000110 | bead8ea48ea28ecc46 |
EUC-JP | セュ痔爾捨F | 1000111010111110100011101010110110111100101001101011110010100100101111001100111001000110 | 8ebe8eadbca6bca4bcce46 |
UTF-8 | セュ痔爾捨F | 11101111101111011011111011101111101111011010110111100111100101111001010011100111100010001011111011100110100011011010100001000110 | efbdbeefbdade79794e788bee68da846 |
UHC | ??痔爾捨F | 001111110011111111110110110000001110110010110011110111101101011101000110 | 3f3ff6c0ecb3ded746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)