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 | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
SJIS-WIN | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
EUC-JP | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
UTF-8 | ӣͰӣuӣͰӣu^ | 110100111010001111001101101100001101001110100011011101011101001110100011110011011011000011010011101000110111010101011110 | d3a3cdb0d3a375d3a3cdb0d3a3755e |
UHC | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)