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 | ?潁想? | 001111111001111111110001100100010111101000111111 | 3f9ff1917a3f |
EUC-JP | ?潁想? | 001111111101111011110011110000011101101100111111 | 3fdef3c1db3f |
UTF-8 | 룷潁想왃 | 111010111010001110110111111001101011110110000001111001101000001110110011111011001001100110000011 | eba3b7e6bd81e683b3ec9983 |
UHC | 룷潁想왃 | 1000111110101100111001111011100011011111110011001001111010110110 | 8face7b8dfcc9eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)