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 | 歟??揖? | 10011111011000100011111100111111100101110100101100111111 | 9f623f3f974b3f |
EUC-JP | 歟??揖? | 11011101110000110011111100111111110011011010110000111111 | ddc33f3fcdac3f |
UTF-8 | 歟㏓냲揖촄 | 111001101010110110011111111000111000111110010011111010111000001110110010111001101000111110010110111011001011010010000100 | e6ad9fe38f93eb83b2e68f96ecb484 |
UHC | 歟㏓냲揖촄 | 11100110101000101010011111101011100001101000001011101011111001111010110001000110 | e6a2a7eb8682ebe7ac46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)