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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 劑斑?苡?^ | 100110011001110110010100110000010011111111100100100011110011111101011110 | 999d94c13fe48f3f5e |
EUC-JP | 劑斑?苡?^ | 110100011111110111001000110000110011111111100111111011110011111101011110 | d1fdc8c33fe7ef3f5e |
UTF-8 | 劑斑벱苡렍^ | 11100101100010101001000111100110100101101001000111101011101100101011000111101000100010111010000111101011101000001000110101011110 | e58a91e69691ebb2b1e88ba1eba08d5e |
UHC | 劑斑벱苡렍^ | 1111000010100101110110101110100010111010101010011110110010111110100011101010001101011110 | f0a5dae8baa9ecbe8ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)