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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 野??] | 1001011011101100001111110011111101011101 | 96ec3f3f5d |
EUC-JP | 野??] | 1100110011101110001111110011111101011101 | ccee3f3f5d |
UTF-8 | 野곮덭] | 11101001100001111000111011101010101100111010111011101011100011011010110101011101 | e9878eeab3aeeb8dad5d |
UHC | 野곮덭] | 11100101101011111000000111101000100010010100010101011101 | e5af81e889455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)