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 | 漆革漆革^ | 100011101011110110001010011101101000111010111101100010100111011001011110 | 8ebd8a768ebd8a765e |
EUC-JP | 漆革漆革^ | 101111001011111110110011110101111011110010111111101100111101011101011110 | bcbfb3d7bcbfb3d75e |
UTF-8 | 漆革漆革^ | 11100110101111001000011011101001100111011010100111100110101111001000011011101001100111011010100101011110 | e6bc86e99da9e6bc86e99da95e |
UHC | 漆革漆革^ | 111101101101010011111010110101001111011011010100111110101101010001011110 | f6d4fad4f6d4fad45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)