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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 頡セ骼ゥ自\ | 111010001111010010111110111010011000111010101001100011101010100101011100 | e8f4bee98ea98ea95c |
EUC-JP | 頡セ骼ゥ自\ | 1111000011110110100011101011111011110001111011101000111010101001101111001010101101011100 | f0f68ebef1ee8ea9bcab5c |
UTF-8 | 頡セ骼ゥ自\ | 11101001101000001010000111101111101111011011111011101001101010101011110011101111101111011010100111101000100001111010101001011100 | e9a0a1efbdbee9aabcefbda9e887aa5c |
UHC | ????自\ | 00111111001111110011111100111111111011011011101101011100 | 3f3f3f3fedbb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)