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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 也у | 10010110111001111000010010000101 | 96e78485 |
EUC-JP | 也у | 11001100111010011010011111100101 | cce9a7e5 |
UTF-8 | 也у | 1110010010111001100111111101000110000011 | e4b99fd183 |
UHC | 也у | 11100101101001011010110011100101 | e5a5ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)