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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魚??竊 | 100010111001101100111111001111111110001010000110 | 8b9b3f3fe286 |
EUC-JP | 魚??竊 | 101101011111101100111111001111111110001111100110 | b5fb3f3fe3e6 |
UTF-8 | 魚좊떼竊 | 111010011010110110011010111011001010001010001010111010111001011010111100111001111010101110001010 | e9ad9aeca28aeb96bce7ab8a |
UHC | 魚좊떼竊 | 1110010111100000101000001110101110110110101111001110111110111100 | e5e0a0ebb6bcefbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)