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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟懋サ躯汗譛 | 1110010110100100100111001110101010111011100010111110101110001010101111101110011010011100 | e5a49ceabb8beb8abee69c |
EUC-JP | 螟懋サ躯汗譛 | 111010101010011011011000111011001000111010111011101101101110110110110100110000001110101111111100 | eaa6d8ec8ebbb6edb4c0ebfc |
UTF-8 | 螟懋サ躯汗譛 | 111010001001111010011111111001101000011110001011111011111011110110111011111010001011101010101111111001101011000110010111111010001010110110011011 | e89e9fe6878befbdbbe8baafe6b197e8ad9b |
UHC | 螟懋??汗? | 110110011010110111011001111001010011111100111111111110011101001000111111 | d9add9e53f3ff9d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)