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 | ?德?衫杞 | 0011111111111010101110100011111111100101110011001001111001011000 | 3ffaba3fe5cc9e58 |
EUC-JP | ???衫杞 | 00111111001111110011111111101010110011101101101110111001 | 3f3f3feacedbb9 |
UTF-8 | 뤯德죴衫杞 | 111010111010010010101111111001011011111010110111111011001010001110110100111010001010000110101011111001101001110110011110 | eba4afe5beb7eca3b4e8a1abe69d9e |
UHC | 뤯德죴衫杞 | 10001111110111011101001111101100101000011000111111011111101110011101000110100011 | 8fddd3eca18fdfb9d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)