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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 拗拗[拗拗[^ | 1001110101011000100111010101100001011011100111010101100010011101010110000101101101011110 | 9d589d585b9d589d585b5e |
EUC-JP | 拗拗[拗拗[^ | 1101100110111001110110011011100101011011110110011011100111011001101110010101101101011110 | d9b9d9b95bd9b9d9b95b5e |
UTF-8 | 拗拗[拗拗[^ | 111001101000101110010111111001101000101110010111010110111110011010001011100101111110011010001011100101110101101101011110 | e68b97e68b975be68b97e68b975b5e |
UHC | 拗拗[拗拗[^ | 1110100011110011111010001111001101011011111010001111001111101000111100110101101101011110 | e8f3e8f35be8f3e8f35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)