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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 偃h?v | 100110001110111010000010100010000011111101110110 | 98ee82883f76 |
EUC-JP | 偃h?v | 110100001111000010100011111010000011111101110110 | d0f0a3e83f76 |
UTF-8 | 偃h샷v | 11100101100000011000001111101111101111011000100011101100100000111011011101110110 | e58183efbd88ec83b776 |
UHC | 偃h샷v | 11100101111001111010001111101000101111001010011001110110 | e5e7a3e8bca676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)