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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 釈冗イ柴^ | 1000111011011111100011111110011110110010100011101100010001011110 | 8edf8fe7b28ec45e |
EUC-JP | 釈冗イ柴^ | 101111001110000110111110111010011000111010110010101111001100011001011110 | bce1bee98eb2bcc65e |
UTF-8 | 釈冗イ柴^ | 11101001100001111000100011100101100001101001011111101111101111011011001011100110100111111011010001011110 | e98788e58697efbdb2e69fb45e |
UHC | ?冗?柴^ | 00111111111010011011011100111111111000111100001101011110 | 3fe9b73fe3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)