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 | ??= | 00111111001111111000000110000001 | 3f3f8181 |
EUC-JP | 薏?= | 100011111101100111011110001111111010000111100001 | 8fd9de3fa1e1 |
UTF-8 | 薏띿= | 111010001001011010001111111010111001110110111111111011111011110010011101 | e8968feb9dbfefbc9d |
UHC | 薏띿= | 111010111111101110001101111011001010001110111101 | ebfb8deca3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)