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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?脹??呱] | 0011111110010010101011110011111100111111100110011110101101011101 | 3f92af3f3f99eb5d |
EUC-JP | ?脹??呱] | 0011111111000100101100010011111100111111110100101110110101011101 | 3fc4b13f3fd2ed5d |
UTF-8 | 뤋脹컦샘呱] | 11101011101001001000101111101000100001001011100111101100101110111010011011101100100000111001100011100101100100011011000101011101 | eba48be884b9ecbba6ec8398e591b15d |
UHC | 뤋脹컦샘呱] | 1000111110111011111100111110110010110000100011111011101111111001110011011011001001011101 | 8fbbf3ecb08fbbf9cdb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)