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 | ¾µÇP | 1011111010110101100011101100011101010000 | beb58ec750 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ???ÇP | 00111111001111110011111110001111101010101010111001010000 | 3f3f3f8faaae50 |
UTF-8 | ¾µÇP | 110000101011111011000010101101011100001010001110110000111000011101010000 | c2bec2b5c28ec38750 |
UHC | ¾???P | 101010001111101000111111001111110011111101010000 | a8fa3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)