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 | ?叩?斤?^ | 0011111110010010010000000011111110001011110100100011111101011110 | 3f92403f8bd23f5e |
EUC-JP | ?叩?斤?^ | 0011111111000011101000010011111110110110110101000011111101011110 | 3fc3a13fb6d43f5e |
UTF-8 | 렺叩렺斤렕^ | 11101011101000001011101011100101100011111010100111101011101000001011101011100110100101101010010011101011101000001001010101011110 | eba0bae58fa9eba0bae696a4eba0955e |
UHC | 렺叩렺斤렕^ | 1000111011000010110011011011000010001110110000101101000011000101100011101010101001011110 | 8ec2cdb08ec2d0c58eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)