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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???衣?? | 00111111001111110011111110001000110111110011111100111111 | 3f3f3f88df3f3f |
EUC-JP | ???衣?? | 00111111001111110011111110110000111000010011111100111111 | 3f3f3fb0e13f3f |
UTF-8 | 琉뗦렉衣뚧렉 | 111011111010011110001100111010111001011110100110111010111010000010001001111010001010000110100011111010111001101010100111111010111010000010001001 | efa78ceb97a6eba089e8a1a3eb9aa7eba089 |
UHC | 琉뗦렉衣뚧렉 | 111010111010010010001011111001101011011110111010111010111111110110001100111001101011011110111010 | eba48be6b7baebfd8ce6b7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)