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 | `ù | 1000100101100000100101011111100110010100 | 896095f994 |
SJIS-WIN | ?`??? | 0011111101100000001111110011111100111111 | 3f603f3f3f |
EUC-JP | ?`?ù? | 00111111011000000011111110001111101010111110001100111111 | 3f603f8fabe33f |
UTF-8 | `ù | 110000101000100101100000110000101001010111000011101110011100001010010100 | c28960c295c3b9c294 |
UHC | ?`??? | 0011111101100000001111110011111100111111 | 3f603f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)