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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ロ「雜蔘E | 11011011101000101110100010110110111001001111001101000101 | dba2e8b6e4f345 |
EUC-JP | ロ「雜蔘E | 100011101101101110001110101000101111000010111000111010001111010101000101 | 8edb8ea2f0b8e8f545 |
UTF-8 | ロ「雜蔘E | 11101111101111101001101111101111101111011010001011101001100110111001110011101000100101001001100001000101 | efbe9befbda2e99b9ce8949845 |
UHC | ??雜蔘E | 00111111001111111110110111011010110111111011100001000101 | 3f3feddadfb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)