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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邇ウ逅・ | 111001111000111010110011111001111001000010100101 | e78eb3e790a5 |
EUC-JP | 邇ウ逅・ | 1110110111101110100011101011001111101101111100001000111010100101 | edee8eb3edf08ea5 |
UTF-8 | 邇ウ逅・ | 111010011000001010000111111011111011110110110011111010011000000010000101111011111011110110100101 | e98287efbdb3e98085efbda5 |
UHC | 邇?逅? | 111011001100010000111111111111011011000100111111 | ecc43ffdb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)