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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 郁?\ | 10001000111010000011111101011100 | 88e83f5c |
EUC-JP | 郁?\ | 10110000111010100011111101011100 | b0ea3f5c |
UTF-8 | 郁읙\ | 11101001100000111000000111101100100111011001100101011100 | e98381ec9d995c |
UHC | 郁읙\ | 1110100111110100100111111100001101011100 | e9f49fc35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)