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 | 域??乙 | 100010001110011000111111001111111000100110110011 | 88e63f3f89b3 |
EUC-JP | 域??乙 | 101100001110100000111111001111111011001010110101 | b0e83f3fb2b5 |
UTF-8 | 域뱀슌乙 | 111001011001111110011111111010111011000110000000111011001000101010001100111001001011100110011001 | e59f9febb180ec8a8ce4b999 |
UHC | 域뱀슌乙 | 1110011010110100101110011110110010011010100111001110101111100000 | e6b4b9ec9a9cebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)