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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蛭蛭^ | 1001010101100111100101010110011101011110 | 956795675e |
EUC-JP | 蛭蛭^ | 1100100111001000110010011100100001011110 | c9c8c9c85e |
UTF-8 | 蛭蛭^ | 11101000100110111010110111101000100110111010110101011110 | e89bade89bad5e |
UHC | 蛭蛭^ | 1111001011110100111100101111010001011110 | f2f4f2f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)