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 | 䮤ν릣}䮤ν릣{^ | 11100100101011101010010011001110101111011110101110100110101000110111110111100100101011101010010011001110101111011110101110100110101000110111101101011110 | e4aea4cebdeba6a37de4aea4cebdeba6a37b5e |
UHC | ?ν릣}?ν릣{^ | 00111111101001011110110110010000100001010111110100111111101001011110110110010000100001010111101101011110 | 3fa5ed90857d3fa5ed90857b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)