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 | 獗」゚] | 1110000011010011101000111101111101011101 | e0d3a3df5d |
EUC-JP | 獗」゚] | 11100000110101011000111010100011100011101101111101011101 | e0d58ea38edf5d |
UTF-8 | 獗」゚] | 11100111100011011001011111101111101111011010001111101111101111101001111101011101 | e78d97efbda3efbe9f5d |
UHC | 獗??] | 1100111111110001001111110011111101011101 | cff13f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)