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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤋낵틣뷘롖 | 111010111010010010001011111010111000001010110101111011011000101110100011111010111011011110011000111010111010000110010110 | eba48beb82b5ed8ba3ebb798eba196 |
UHC | 뤋낵틣뷘롖 | 10001111101110111011001110111100101110101000111110111010111000011000111011011010 | 8fbbb3bcba8fbae18eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)