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 | ??H?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
SJIS-WIN | 鴣鹿H霖疾 | 111010011111001110001110101011010100100011101000110000011000111010111110 | e9f38ead48e8c18ebe |
EUC-JP | 鴣鹿H霖疾 | 111100101111010110111100101011110100100011110000110000111011110011000000 | f2f5bcaf48f0c3bcc0 |
UTF-8 | 鴣鹿H霖疾 | 11101001101101001010001111101001101110011011111101001000111010011001110010010110111001111001011010111110 | e9b4a3e9b9bf48e99c96e796be |
UHC | ?鹿H霖疾 | 0011111111010110111000110100100011010111111111011111001011110000 | 3fd6e348d7fdf2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)