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 | 伍??藥? | 10001100110111100011111100111111111001010101101000111111 | 8cde3f3fe55a3f |
EUC-JP | 伍?Ŧ藥? | 101110001110000000111111100011111010100110101111111010011011101100111111 | b8e03f8fa9afe9bb3f |
UTF-8 | 伍뽫Ŧ藥엋 | 1110010010111100100011011110101110111101101010111100010110100110111010001001011110100101111011001001011110001011 | e4bc8debbdabc5a6e897a5ec978b |
UHC | 伍뽫Ŧ藥엋 | 11100111111010101001011011100111101010001010111011100101101101111001111001101000 | e7ea96e7a8aee5b79e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)