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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??諂??籤^ | 001111110011111111100110011110100011111100111111111000101101110001011110 | 3f3fe67a3f3fe2dc5e |
EUC-JP | ??諂??籤^ | 001111110011111111101011110110110011111100111111111001001101111001011110 | 3f3febdb3f3fe4de5e |
UTF-8 | 뤶삥諂뤶삥籤^ | 11101011101001001011011011101100100000101010010111101000101010111000001011101011101001001011011011101100100000101010010111100111101100011010010001011110 | eba4b6ec82a5e8ab82eba4b6ec82a5e7b1a45e |
UHC | 뤶삥諂뤶삥籤^ | 10001111111001001011101111100110111101001101101110001111111001001011101111100110111101001101100101011110 | 8fe4bbe6f4db8fe4bbe6f4d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)