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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 悉] | 1111000111111100100011101011101101011101 | f1fc8ebb5d |
EUC-JP | ?悉] | 00111111101111001011110101011101 | 3fbcbd5d |
UTF-8 | 悉] | 11101110100001011011011111100110100000101000100101011101 | ee85b7e682895d |
UHC | ?悉] | 00111111111000111111101001011101 | 3fe3fa5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)