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 | ???收 | 0011111100111111001111111001110110111110 | 3f3f3f9dbe |
EUC-JP | ???收 | 0011111100111111001111111101101011000000 | 3f3f3fdac0 |
UTF-8 | 拾뗧뢅收 | 111011111010010110110011111010111001011110100111111010111010001010000101111001101001010010110110 | efa5b3eb97a7eba285e694b6 |
UHC | 拾뗧뢅收 | 1110010010101001100010111110011110001111010000011110001010100101 | e4a98be78f41e2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)