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 | ??源 | 00111111001111111000110010111001 | 3f3f8cb9 |
EUC-JP | 薏?源 | 100011111101100111011110001111111011100010111011 | 8fd9de3fb8bb |
UTF-8 | 薏렫源 | 111010001001011010001111111010111010000010101011111001101011101010010000 | e8968feba0abe6ba90 |
UHC | 薏렫源 | 111010111111101110001110101110011110101010111001 | ebfb8eb9eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)