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 | ?ν?}?ν?{^ | 0011111110000011110010110011111101111101001111111000001111001011001111110111101101011110 | 3f83cb3f7d3f83cb3f7b5e |
EUC-JP | ?ν?}?ν?{^ | 0011111110100110110011010011111101111101001111111010011011001101001111110111101101011110 | 3fa6cd3f7d3fa6cd3f7b5e |
UTF-8 | 䮤ν릳}䮤ν릳{^ | 11100100101011101010010011001110101111011110101110100110101100110111110111100100101011101010010011001110101111011110101110100110101100110111101101011110 | e4aea4cebdeba6b37de4aea4cebdeba6b37b5e |
UHC | ?ν릳}?ν릳{^ | 00111111101001011110110110010000100100100111110100111111101001011110110110010000100100100111101101011110 | 3fa5ed90927d3fa5ed90927b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)