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 | 籥滑唇矣 | 1110001011011110100010101000101010010000010011111110000111100001 | e2de8a8a904fe1e1 |
EUC-JP | 籥滑唇矣 | 1110010011100000101100111110101010111111101100001110001011100011 | e4e0b3eabfb0e2e3 |
UTF-8 | 籥滑唇矣 | 111001111011000110100101111001101011101110010001111001011001010010000111111001111001111110100011 | e7b1a5e6bb91e59487e79fa3 |
UHC | ?滑唇矣 | 00111111111111001100000111110010110001101110101111111000 | 3ffcc1f2c6ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)