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 | 恙郁? | 1001110010011001100010001110100000111111 | 9c9988e83f |
EUC-JP | 恙郁? | 1101011111111001101100001110101000111111 | d7f9b0ea3f |
UTF-8 | 恙郁먠 | 111001101000000110011001111010011000001110000001111010111010100010100000 | e68199e98381eba8a0 |
UHC | 恙郁먠 | 111001011011111111101001111101001001000011011101 | e5bfe9f490dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)