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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簇絅?淙 | 11100010110001101110001101000100001111111001111111001000 | e2c6e3443f9fc8 |
EUC-JP | 簇絅?淙 | 11100100110010001110010110100101001111111101111011001010 | e4c8e5a53fdeca |
UTF-8 | 簇絅캑淙 | 111001111011000010000111111001111011010110000101111011001011101010010001111001101011011110011001 | e7b087e7b585ecba91e6b799 |
UHC | 簇絅캑淙 | 1111000011101010110011001110011111000100101101001111000011111000 | f0eacce7c4b4f0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)