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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 熊莖? | 1000110001000110111001001011000100111111 | 8c46e4b13f |
EUC-JP | 熊莖? | 1011011110100111111010001011001100111111 | b7a7e8b33f |
UTF-8 | 熊莖렮 | 111001111000011010001010111010001000111010010110111010111010000010101110 | e7868ae88e96eba0ae |
UHC | 熊莖렮 | 111010101010100011001100111011001000111010111011 | eaa8ccec8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)