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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?衛??^ | 001111111000100101110001001111110011111101011110 | 3f89713f3f5e |
EUC-JP | ?衛?蔿^ | 0011111110110001110100100011111110001111110110011100000001011110 | 3fb1d23f8fd9c05e |
UTF-8 | 룫衛룫蔿^ | 11101011101000111010101111101000101000011001101111101011101000111010101111101000100101001011111101011110 | eba3abe8a19beba3abe894bf5e |
UHC | 룫衛룫蔿^ | 100011111010001011101010110110111000111110100010111010101101100101011110 | 8fa2eadb8fa2ead95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)