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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宅??宅 | 100100011110111000111111001111111001000111101110 | 91ee3f3f91ee |
EUC-JP | 宅??宅 | 110000101111000000111111001111111100001011110000 | c2f03f3fc2f0 |
UTF-8 | 宅㏂㎟宅 | 111001011010111010000101111000111000111110000010111000111000111010011111111001011010111010000101 | e5ae85e38f82e38e9fe5ae85 |
UHC | 宅㏂㎟宅 | 1101001111101011101000101110001110100111101100011101001111101011 | d3eba2e3a7b1d3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)