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 | 焄セ寬ゥ竺 | 1111101101010100101111101111101010101010101010011000111010110001 | fb54befaaaa98eb1 |
EUC-JP | 焄セ?ゥ竺 | 10001111110010011110001110001110101111100011111110001110101010011011110010110011 | 8fc9e38ebe3f8ea9bcb3 |
UTF-8 | 焄セ寬ゥ竺 | 111001111000010010000100111011111011110110111110111001011010111110101100111011111011110110101001111001111010101110111010 | e78484efbdbee5afacefbda9e7abba |
UHC | 焄?寬?竺 | 1111110110110110001111111100111010110000001111111111010111100111 | fdb63fceb03ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)