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 | ??賃?? | 001111110011111110010010110000000011111100111111 | 3f3f92c03f3f |
EUC-JP | ??賃?? | 001111110011111111000100110000100011111100111111 | 3f3fc4c23f3f |
UTF-8 | 씌렣賃롈렋 | 111011001001010010001100111010111010000010100011111010001011001110000011111010111010000110001000111010111010000010001011 | ec948ceba0a3e8b383eba188eba08b |
UHC | 씌렣賃롈렋 | 10111110101110101000111010110100111011001111110010001110110011101000111010100010 | beba8eb4ecfc8ece8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)