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 | 遨零」壱岬 | 111001111010100110010111111010111010001110001000111010111001011010100110 | e7a997eba388eb96a6 |
EUC-JP | 遨零」壱岬 | 11101110101010111100111011101101100011101010001110110000111011011100110010101000 | eeabceed8ea3b0edcca8 |
UTF-8 | 遨零」壱岬 | 111010011000000110101000111010011001101110110110111011111011110110100011111001011010001110110001111001011011001010101100 | e981a8e99bb6efbda3e5a3b1e5b2ac |
UHC | ?零??岬 | 00111111110101101100001100111111001111111100101110100010 | 3fd6c33f3fcba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)