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 | 羈葛^鞫 | 1110001110110001100010101000101110000001010011111110011010010001 | e3b18a8b814fe691 |
EUC-JP | 羈葛^鞫 | 1110011010110011101100111110101110100001101100001110101111110001 | e6b3b3eba1b0ebf1 |
UTF-8 | 羈葛^鞫 | 111001111011111010001000111010001001000110011011111011111011110010111110111010011001111010101011 | e7be88e8919befbcbee99eab |
UHC | 羈葛^鞫 | 1101000110111100110010101110011110100011110111101100111111010100 | d1bccae7a3decfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)