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 | 炅革炅革^ | 111110110101000110001010011101101111101101010001100010100111011001011110 | fb518a76fb518a765e |
EUC-JP | 炅革炅革^ | 1000111111001001110010101011001111010111100011111100100111001010101100111101011101011110 | 8fc9cab3d78fc9cab3d75e |
UTF-8 | 炅革炅革^ | 11100111100000101000010111101001100111011010100111100111100000101000010111101001100111011010100101011110 | e78285e99da9e78285e99da95e |
UHC | 炅革炅革^ | 110011001101110111111010110101001100110011011101111110101101010001011110 | ccddfad4ccddfad45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)