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 | '゙ | 111110100101011011011110 | fa56de |
EUC-JP | ?゙ | 001111111000111011011110 | 3f8ede |
UTF-8 | '゙ | 111011111011110010000111111011111011111010011110 | efbc87efbe9e |
UHC | '? | 101000111010011100111111 | a3a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)