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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瀅?^ | 11111011010011100011111101011110 | fb4e3f5e |
EUC-JP | 瀅?^ | 1000111111001001101010110011111101011110 | 8fc9ab3f5e |
UTF-8 | 瀅쉡^ | 11100111100000001000010111101100100010011010000101011110 | e78085ec89a15e |
UHC | 瀅쉡^ | 1111101110100100100110100111011001011110 | fba49a765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)