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 | ??????gB | 0011111100111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f3f6742 |
SJIS-WIN | セュ魃セ、偲gB | 10111110101011011110100110101111101111101010010010001110110000110110011101000010 | beade9afbea48ec36742 |
EUC-JP | セュ魃セ、偲gB | 1000111010111110100011101010110111110010101100011000111010111110100011101010010010111100110001010110011101000010 | 8ebe8eadf2b18ebe8ea4bcc56742 |
UTF-8 | セュ魃セ、偲gB | 1110111110111101101111101110111110111101101011011110100110101101100000111110111110111101101111101110111110111101101001001110010110000001101100100110011101000010 | efbdbeefbdade9ad83efbdbeefbda4e581b26742 |
UHC | ??魃???gB | 001111110011111111011011101001100011111100111111001111110110011101000010 | 3f3fdba63f3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)