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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | 湛多B端束 | 100100100101100010010001101111010100001010010010010110111001000110101001 | 925891bd42925b91a9 |
EUC-JP | 湛多B端束 | 110000111011100111000010101111110100001011000011101111001100001010101011 | c3b9c2bf42c3bcc2ab |
UTF-8 | 湛多B端束 | 11100110101110011001101111100101101001001001101001000010111001111010101110101111111001101001110110011111 | e6b99be5a49a42e7abafe69d9f |
UHC | 湛多B端束 | 110100111100000011010010111111010100001011010011101011101110000111010110 | d3c0d2fd42d3aee1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)