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 | ?脹??機 | 00111111100100101010111100111111001111111000101101000000 | 3f92af3f3f8b40 |
EUC-JP | ?脹??機 | 00111111110001001011000100111111001111111011010110100001 | 3fc4b13f3fb5a1 |
UTF-8 | 뤋脹쵍샘機 | 111010111010010010001011111010001000010010111001111011001011010110001101111011001000001110011000111001101010100110011111 | eba48be884b9ecb58dec8398e6a99f |
UHC | 뤋脹쵍샘機 | 10001111101110111111001111101100101011001000111110111011111110011101000110100110 | 8fbbf3ecac8fbbf9d1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)