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 | 11101011100111001000011111100111101100101001111111101011100111001000011111100111100110001000110101000101 | eb9c87e7b29feb9c87e7988d45 |
UHC | 뜇粟뜇瘍E | 100011011000101011100001110110001000110110001010111001011100101101000101 | 8d8ae1d88d8ae5cb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)