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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 硝ヲY | 100011111100100111110101101111001010011001011001 | 8fc9f5bca659 |
EUC-JP | 硝?ヲY | 101111101100101100111111100011101010011001011001 | becb3f8ea659 |
UTF-8 | 硝ヲY | 11100111101000011001110111101110100100001010011111101111101111011010011001011001 | e7a19dee90a7efbda659 |
UHC | 硝??Y | 1111010110100110001111110011111101011001 | f5a63f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)