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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 遶滄棣\ | 11100111101010111001111111101001100111101010011001011100 | e7ab9fe99ea65c |
EUC-JP | 遶滄棣\ | 11101110101011011101111011101011110111001010100001011100 | eeaddeebdca85c |
UTF-8 | 遶滄棣\ | 11101001100000011011011011100110101110111000010011100110101000111010001101011100 | e981b6e6bb84e6a3a35c |
UHC | ?滄?\ | 0011111111110011111001110011111101011100 | 3ff3e73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)