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 | 劾ゅ | 10001010010011101000001011100011 | 8a4e82e3 |
EUC-JP | 劾ゅ | 10110011101011111010010011100101 | b3afa4e5 |
UTF-8 | 劾ゅ | 111001011000101010111110111000111000001010000101 | e58abee38285 |
UHC | 劾ゅ | 11111010101101101010101011100101 | fab6aae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)