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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ⅰ?? | 001111110011111111111010010000000011111100111111 | 3f3ffa403f3f |
EUC-JP | ???沅? | 00111111001111110011111110001111110001101110100100111111 | 3f3f3f8fc6e93f |
UTF-8 | 梨꾣ⅰ沅톋 | 111011111010011110100010111010101011111010100011111000101000010110110000111001101011001010000101111011011000011010001011 | efa7a2eabea3e285b0e6b285ed868b |
UHC | 梨꾣ⅰ沅톋 | 11101100101100011000010011100110101001011010000111101010101101101011011101100001 | ecb184e6a5a1eab6b761 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)