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 | 熊莖?? | 100011000100011011100100101100010011111100111111 | 8c46e4b13f3f |
EUC-JP | 熊莖?? | 101101111010011111101000101100110011111100111111 | b7a7e8b33f3f |
UTF-8 | 熊莖렢렎 | 111001111000011010001010111010001000111010010110111010111010000010100010111010111010000010001110 | e7868ae88e96eba0a2eba08e |
UHC | 熊莖렢렎 | 1110101010101000110011001110110010001110101100111000111010100100 | eaa8ccec8eb38ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)