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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 叩丹巽[ | 10010010010000001001001001001111100100100100011001011011 | 9240924f92465b |
EUC-JP | 叩丹巽[ | 11000011101000011100001110110000110000111010011101011011 | c3a1c3b0c3a75b |
UTF-8 | 叩丹巽[ | 11100101100011111010100111100100101110001011100111100101101101111011110101011011 | e58fa9e4b8b9e5b7bd5b |
UHC | 叩丹巽[ | 11001101101100001101001110100001111000011101111001011011 | cdb0d3a1e1de5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)