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 | 重猫重杳^ | 100011110110010010010100010011001000111101100100100111011110000001011110 | 8f64944c8f649de05e |
EUC-JP | 重猫重杳^ | 101111011100010111000111101011011011110111000101110110101110001001011110 | bdc5c7adbdc5dae25e |
UTF-8 | 重猫重杳^ | 11101001100001111000110111100111100011001010101111101001100001111000110111100110100111011011001101011110 | e9878de78cabe9878de69db35e |
UHC | 重猫重杳^ | 111100011110110011011001110111101111000111101100110110011101110001011110 | f1ecd9def1ecd9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)