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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 눗뤦혂}눗뤦혂{^ | 111010111000100010010111111010111010010010100110111011011001100010000010011111011110101110001000100101111110101110100100101001101110110110011000100000100111101101011110 | eb8897eba4a6ed98827deb8897eba4a6ed98827b5e |
UHC | 눗뤦혂}눗뤦혂{^ | 101101001011000010001111110101001100001001101110011111011011010010110000100011111101010011000010011011100111101101011110 | b4b08fd4c26e7db4b08fd4c26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)