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 | 蜷ウ繝ァ妤 | 1110010110010000101100111110001110000011101001111111101010100100 | e590b3e383a7faa4 |
EUC-JP | 蜷ウ繝ァ妤 | 1110100111110000100011101011001111100101111000111000111010100111100011111011100110101111 | e9f08eb3e5e38ea78fb9af |
UTF-8 | 蜷ウ繝ァ妤 | 111010001001110010110111111011111011110110110011111001111011100110011101111011111011110110100111111001011010011010100100 | e89cb7efbdb3e7b99defbda7e5a6a4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)