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 | ???半^ | 001111110011111100111111100101001011110001011110 | 3f3f3f94bc5e |
EUC-JP | 暻?暻半^ | 10001111110000101101110100111111100011111100001011011101110010001011111001011110 | 8fc2dd3f8fc2ddc8be5e |
UTF-8 | 暻푿暻半^ | 11100110100110101011101111101101100100011011111111100110100110101011101111100101100011011000101001011110 | e69abbed91bfe69abbe58d8a5e |
UHC | 暻푿暻半^ | 110011001101100111000111101011011100110011011001110110101110001001011110 | ccd9c7adccd9dae25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)