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 | 墺??] | 1001101011010010001111110011111101011101 | 9ad23f3f5d |
EUC-JP | 墺??] | 1101010011010100001111110011111101011101 | d4d43f3f5d |
UTF-8 | 墺붻뮲] | 11100101101000101011101011101011101101101011101111101011101011101011001001011101 | e5a2baebb6bbebaeb25d |
UHC | 墺붻뮲] | 11100111111100101001010011101000100100101011101101011101 | e7f294e892bb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)