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 | 茹丈Л | 111001001010010110001111111001001000010001001100 | e4a58fe4844c |
EUC-JP | 茹丈Л | 111010001010011110111110111001101010011110101101 | e8a7bee6a7ad |
UTF-8 | 茹丈Л | 1110100010001100101110011110010010111000100010001101000010011011 | e88cb9e4b888d09b |
UHC | 茹丈Л | 111001101010101011101101110110111010110010101101 | e6aaeddbacad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)