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 | 諍麥?? | 111001100111100111101010011011010011111100111111 | e679ea6d3f3f |
EUC-JP | 諍麥?? | 111010111101101011110011110011100011111100111111 | ebdaf3ce3f3f |
UTF-8 | 諍麥렔렑 | 111010001010101110001101111010011011101010100101111010111010000010010100111010111010000010010001 | e8ab8de9baa5eba094eba091 |
UHC | 諍麥렔렑 | 1110111010110101110110001110101010001110101010011000111010100110 | eeb5d8ea8ea98ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)