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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 牆?艇?家^ | 111000001010110100111111100100101111100000111111100010011100011001011110 | e0ad3f92f83f89c65e |
EUC-JP | 牆?艇?家^ | 111000001010111100111111110001001111101000111111101100101100100001011110 | e0af3fc4fa3fb2c85e |
UTF-8 | 牆렮艇븅家^ | 11100111100010011000011011101011101000001010111011101000100010011000011111101011101110001000010111100101101011101011011001011110 | e78986eba0aee88987ebb885e5aeb65e |
UHC | 牆렮艇븅家^ | 1110110111101101100011101011101111101111111100111011101011101001110010101010101101011110 | eded8ebbeff3bae9caab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)