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 | 00111111100010001011111000111111111000011000011101000101 | 3f88be3fe18745 |
EUC-JP | ?粟?瘍E | 00111111101100001100000000111111111000011110011101000101 | 3fb0c03fe1e745 |
UTF-8 | 띦粟띦瘍E | 11101011100111011010011011100111101100101001111111101011100111011010011011100111100110001000110101000101 | eb9da6e7b29feb9da6e7988d45 |
UHC | 띦粟띦瘍E | 100011011101101011100001110110001000110111011010111001011100101101000101 | 8ddae1d88ddae5cb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)