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 | 闡「闥皮干 | 111010001001000110100010111010001001001010010100111001111000101010110001 | e891a2e89294e78ab1 |
EUC-JP | 闡「闥皮干 | 11101111111100011000111010100010111011111111001011001000111010011011010010110011 | eff18ea2eff2c8e9b4b3 |
UTF-8 | 闡「闥皮干 | 111010011001011110100001111011111011110110100010111010011001011110100101111001111001101010101110111001011011100110110010 | e997a1efbda2e997a5e79aaee5b9b2 |
UHC | 闡??皮干 | 1111010011000101001111110011111111111001101010111100101011001110 | f4c53f3ff9abcace |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)