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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮟肴エゥ韋 | 1110100110111011100011011110011010110100101010011110100011101000 | e9bb8de6b4a9e8e8 |
EUC-JP | 鮟肴エゥ韋 | 11110010101111011011101011101000100011101011010010001110101010011111000011101010 | f2bdbae88eb48ea9f0ea |
UTF-8 | 鮟肴エゥ韋 | 111010011010111010011111111010001000001010110100111011111011110110110100111011111011110110101001111010011001111110001011 | e9ae9fe882b4efbdb4efbda9e99f8b |
UHC | 鮟肴??韋 | 1110010011010101111111011010001000111111001111111110101011011111 | e4d5fda23f3feadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)