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 | 帥??? | 1001000010000011001111110011111100111111 | 90833f3f3f |
EUC-JP | 帥??? | 1011111111100011001111110011111100111111 | bfe33f3f3f |
UTF-8 | 帥띺떣凉 | 111001011011100010100101111010111001110110111010111010111001011010100011111011111010010110111001 | e5b8a5eb9dbaeb96a3efa5b9 |
UHC | 帥띺떣凉 | 1110000111111101100011011110100110001011101101111110010110111100 | e1fd8de98bb7e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)