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 | 錚貊騁媛句 | 11101000010000101110011010111011111010010111010010010101010100011000101111100101 | e842e6bbe97495518be5 |
EUC-JP | 錚貊騁媛句 | 11101111101000111110110010111101111100011101010111001001101100101011011011100111 | efa3ecbdf1d5c9b2b6e7 |
UTF-8 | 錚貊騁媛句 | 111010011000110010011010111010001011001010001010111010011010100010000001111001011010101010011011111001011000111110100101 | e98c9ae8b28ae9a881e5aa9be58fa5 |
UHC | 錚貊騁媛句 | 11101110101101101101100011100111110111101011111011101010101100001100111110100011 | eeb6d8e7debeeab0cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)