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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?潁想?? | 00111111100111111111000110010001011110100011111100111111 | 3f9ff1917a3f3f |
EUC-JP | ?潁想?? | 00111111110111101111001111000001110110110011111100111111 | 3fdef3c1db3f3f |
UTF-8 | 룷潁想왃뗼 | 111010111010001110110111111001101011110110000001111001101000001110110011111011001001100110000011111010111001011110111100 | eba3b7e6bd81e683b3ec9983eb97bc |
UHC | 룷潁想왃뗼 | 10001111101011001110011110111000110111111100110010011110101101101000101111111011 | 8face7b8dfcc9eb68bfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)