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 | 叩続竪巽 | 1001001001000000100100011011000110010010010001111001001001000110 | 924091b192479246 |
EUC-JP | 叩続竪巽 | 1100001110100001110000101011001111000011101010001100001110100111 | c3a1c2b3c3a8c3a7 |
UTF-8 | 叩続竪巽 | 111001011000111110101001111001111011011010011010111001111010101110101010111001011011011110111101 | e58fa9e7b69ae7abaae5b7bd |
UHC | 叩?竪巽 | 11001101101100000011111111100010101101011110000111011110 | cdb03fe2b5e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)