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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セ謗ヲ湿汐 | 1011111011100110100011101010011010001110101111001000111010101100 | bee68ea68ebc8eac |
EUC-JP | セ謗ヲ湿汐 | 10001110101111101110101111101110100011101010011010111100101111101011110010101110 | 8ebeebee8ea6bcbebcae |
UTF-8 | セ謗ヲ湿汐 | 111011111011110110111110111010001010110010010111111011111011110110100110111001101011100110111111111001101011000110010000 | efbdbee8ac97efbda6e6b9bfe6b190 |
UHC | ?謗??汐 | 00111111110110111011111100111111001111111110000010110001 | 3fdbbf3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)