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 | ??賃? | 0011111100111111100100101100000000111111 | 3f3f92c03f |
EUC-JP | ??賃? | 0011111100111111110001001100001000111111 | 3f3fc4c23f |
UTF-8 | 씌렣賃롈 | 111011001001010010001100111010111010000010100011111010001011001110000011111010111010000110001000 | ec948ceba0a3e8b383eba188 |
UHC | 씌렣賃롈 | 1011111010111010100011101011010011101100111111001000111011001110 | beba8eb4ecfc8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)