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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???諭? | 001111110011111100111111100101110100000000111111 | 3f3f3f97403f |
EUC-JP | ???諭? | 001111110011111100111111110011011010000100111111 | 3f3f3fcda13f |
UTF-8 | 銳잙쵒諭득 | 111010011000101010110011111011001001111010011001111011001011010110010010111010001010101110101101111010111001001110011101 | e98ab3ec9e99ecb592e8abadeb939d |
UHC | 銳잙쵒諭득 | 11100111111001011001111111101011101011001001010011101011101100011011010111100110 | e7e59febac94ebb1b5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)