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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 骭・貉ソ] | 11101001100011001010010111100110101110011011111101011101 | e98ca5e6b9bf5d |
EUC-JP | 骭・貉ソ] | 111100011110110010001110101001011110110010111011100011101011111101011101 | f1ec8ea5ecbb8ebf5d |
UTF-8 | 骭・貉ソ] | 11101001101010101010110111101111101111011010010111101000101100101000100111101111101111011011111101011101 | e9aaadefbda5e8b289efbdbf5d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)