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 | ??攪 | 00111111001111111001110110011000 | 3f3f9d98 |
EUC-JP | ?薏攪 | 001111111000111111011001110111101101100111111000 | 3f8fd9ded9f8 |
UTF-8 | 뤂薏攪 | 111010111010010010000010111010001001011010001111111001101001010010101010 | eba482e8968fe694aa |
UHC | 뤂薏攪 | 100011111011001111101011111110111100111011100110 | 8fb3ebfbcee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)