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 | 厭?7嵬 | 10001001011111010011111110000010010101101001101111001010 | 897d3f82569bca |
EUC-JP | 厭?7嵬 | 10110001110111100011111110100011101101111101011011001100 | b1de3fa3b7d6cc |
UTF-8 | 厭엉7嵬 | 111001011000111010101101111011001001011110001001111011111011110010010111111001011011010110101100 | e58eadec9789efbc97e5b5ac |
UHC | 厭엉7嵬 | 1110011011110100101111101111101110100011101101111110100011100011 | e6f4befba3b7e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)