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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 焄鹿k | 1111101101010100100011101010110101101011 | fb548ead6b |
EUC-JP | 焄鹿k | 100011111100100111100011101111001010111101101011 | 8fc9e3bcaf6b |
UTF-8 | 焄鹿k | 11100111100001001000010011101001101110011011111101101011 | e78484e9b9bf6b |
UHC | 焄鹿k | 1111110110110110110101101110001101101011 | fdb6d6e36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)