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 | 莪??帥 | 111001001010111000111111001111111001000010000011 | e4ae3f3f9083 |
EUC-JP | 莪??帥 | 111010001011000000111111001111111011111111100011 | e8b03f3fbfe3 |
UTF-8 | 莪굩뢇帥 | 111010001000111010101010111010101011010110101001111010111010001010000111111001011011100010100101 | e88eaaeab5a9eba287e5b8a5 |
UHC | 莪굩뢇帥 | 1110010010110101100000101000111110001111010000111110000111111101 | e4b5828f8f43e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)