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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?λ? | 00111111100000111100100100111111 | 3f83c93f |
EUC-JP | 薏λ? | 100011111101100111011110101001101100101100111111 | 8fd9dea6cb3f |
UTF-8 | 薏λ빇 | 1110100010010110100011111100111010111011111010111011100110000111 | e8968fcebbebb987 |
UHC | 薏λ빇 | 111010111111101110100101111010111001010110101110 | ebfba5eb95ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)