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 | 鞐主沁籬 | 1110100011011110100011101110010110011111100011101110001011011111 | e8de8ee59f8ee2df |
EUC-JP | 鞐主沁籬 | 1111000011100000101111001110011111011101111011101110010011100001 | f0e0bce7ddeee4e1 |
UTF-8 | 鞐主沁籬 | 111010011001111010010000111001001011100010111011111001101011001010000001111001111011000110101100 | e99e90e4b8bbe6b281e7b1ac |
UHC | ?主沁籬 | 00111111111100011010101111100011111111101101011111100110 | 3ff1abe3fed7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)