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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ヘャ洄陦B | 11001101101011001111101011111010111010001010000101000010 | cdacfafae8a142 |
EUC-JP | ヘャ洄陦B | 10001110110011011000111010101100100011111100011110101011111100001010001101000010 | 8ecd8eac8fc7abf0a342 |
UTF-8 | ヘャ洄陦B | 11101111101111101000110111101111101111011010110011100110101101001000010011101001100110011010011001000010 | efbe8defbdace6b484e999a642 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)