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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?脹??感萄 | 001111111001001010101111001111110011111110001010101101001001001110111000 | 3f92af3f3f8ab493b8 |
EUC-JP | ?脹??感萄 | 001111111100010010110001001111110011111110110100101101101100011010111010 | 3fc4b13f3fb4b6c6ba |
UTF-8 | 뤋脹첂샘感萄 | 111010111010010010001011111010001000010010111001111011001011001010000010111011001000001110011000111001101000010010011111111010001001000010000100 | eba48be884b9ecb282ec8398e6849fe89084 |
UHC | 뤋脹첂샘感萄 | 100011111011101111110011111011001010101010001111101110111111100111001010111011111101010010101100 | 8fbbf3ecaa8fbbf9caefd4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)