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 | テ禿姪禿烹 | 110000111001001111000011100101101100001110010011110000111001011001000010 | c393c396c393c39642 |
EUC-JP | テ禿姪禿烹 | 10001110110000111100011011000101110011001100010111000110110001011100101110100011 | 8ec3c6c5ccc5c6c5cba3 |
UTF-8 | テ禿姪禿烹 | 111011111011111010000011111001111010011010111111111001011010011110101010111001111010011010111111111001111000001110111001 | efbe83e7a6bfe5a7aae7a6bfe783b9 |
UHC | ?禿姪禿烹 | 001111111101010010111110111100101110101111010100101111101111100010110010 | 3fd4bef2ebd4bef8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)