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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訂籟訂棚^ | 100100101111100111100010110110111001001011111001100100100100100101011110 | 92f9e2db92f992495e |
EUC-JP | 訂籟訂棚^ | 110001001111101111100100110111011100010011111011110000111010101001011110 | c4fbe4ddc4fbc3aa5e |
UTF-8 | 訂籟訂棚^ | 11101000101010001000001011100111101100011001111111101000101010001000001011100110101000111001101001011110 | e8a882e7b19fe8a882e6a39a5e |
UHC | 訂?訂棚^ | 1110111111110100001111111110111111110100110111011101110001011110 | eff43feff4dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)