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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 、闔サネ鴉 | 111100001011010010100100111010001000111010111011110010001110100111101011 | f0b4a4e88ebbc8e9eb |
EUC-JP | ?、闔サネ鴉 | 0011111110001110101001001110111111101110100011101011101110001110110010001111001011101101 | 3f8ea4efee8ebb8ec8f2ed |
UTF-8 | 、闔サネ鴉 | 111011101000000110110011111011111011110110100100111010011001011110010100111011111011110110111011111011111011111010001000111010011011010010001001 | ee81b3efbda4e99794efbdbbefbe88e9b489 |
UHC | ??闔??鴉 | 0011111100111111111110011110111100111111001111111110010010111100 | 3f3ff9ef3f3fe4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)