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 | 域??揖 | 100010001110011000111111001111111001011101001011 | 88e63f3f974b |
EUC-JP | 域??揖 | 101100001110100000111111001111111100110110101100 | b0e83f3fcdac |
UTF-8 | 域뱀궚揖 | 111001011001111110011111111010111011000110000000111010101011011010011010111001101000111110010110 | e59f9febb180eab69ae68f96 |
UHC | 域뱀궚揖 | 1110011010110100101110011110110010000010101011111110101111100111 | e6b4b9ec82afebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)