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 | 墺h?鉛 | 10011010110100101000001010001000001111111000100110010100 | 9ad282883f8994 |
EUC-JP | 墺h?鉛 | 11010100110101001010001111101000001111111011000111110100 | d4d4a3e83fb1f4 |
UTF-8 | 墺h뱫鉛 | 111001011010001010111010111011111011110110001000111010111011000110101011111010011000100110011011 | e5a2baefbd88ebb1abe9899b |
UHC | 墺h뱫鉛 | 1110011111110010101000111110100010010011100100011110011011100111 | e7f2a3e89391e6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)