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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??枇餓?^ | 0011111100111111100101001111100010001001111011000011111101011110 | 3f3f94f889ec3f5e |
EUC-JP | ??枇餓?^ | 0011111100111111110010001111101010110010111011100011111101011110 | 3f3fc8fab2ee3f5e |
UTF-8 | 뤶삣枇餓챗^ | 11101011101001001011011011101100100000101010001111100110100111101000011111101001101001001001001111101100101100011001011101011110 | eba4b6ec82a3e69e87e9a493ecb1975e |
UHC | 뤶삣枇餓챗^ | 1000111111100100101110111110010111011101111011011110010010111011110000111010101001011110 | 8fe4bbe5ddede4bbc3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)