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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疳槎ノ | 111000010111000010011110110010101000001101101101 | e1709eca836d |
EUC-JP | 疳槎ノ | 111000011101000111011100110011001010010111001110 | e1d1dccca5ce |
UTF-8 | 疳槎ノ | 111001111001011010110011111001101010011110001110111000111000001110001110 | e796b3e6a78ee3838e |
UHC | 疳?ノ | 1100101011110111001111111010101111001110 | caf73fabce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)